Home
last modified time | relevance | path

Searched refs:i2c_log_debug (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c44 #define i2c_log_debug(x) osLog(LOG_DEBUG, x "\n") macro
46 #define i2c_log_debug(x) do {} while(0) macro
411 i2c_log_debug("addr"); in stmI2cSlaveAddrMatched()
427 i2c_log_debug("stopf"); in stmI2cSlaveStopRxed()
443 i2c_log_debug("rxne"); in stmI2cSlaveRxBufNotEmpty()
458 i2c_log_debug("txe"); in stmI2cSlaveTxBufEmpty()
477 i2c_log_debug("af"); in stmI2cSlaveNakRxed()