Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.c578 case I2C_STAT_MSTCODE_NACKADR: in I2C_MasterWriteBlocking()
680 case I2C_STAT_MSTCODE_NACKADR: in I2C_MasterReadBlocking()
711 …if (((base->STAT & I2C_STAT_MSTSTATE_MASK) >> I2C_STAT_MSTSTATE_SHIFT) == I2C_STAT_MSTCODE_NACKADR) in I2C_MasterCheckStartResponse()
1118 if ((master_state == (uint32_t)I2C_STAT_MSTCODE_NACKADR) || in I2C_RunTransferStateMachine()
1125 if ((master_state == (uint32_t)I2C_STAT_MSTCODE_NACKADR) || (handle->checkAddrNack)) in I2C_RunTransferStateMachine()
Dfsl_i2c_dma.c264 …if ((master_state == (uint32_t)I2C_STAT_MSTCODE_NACKADR) || (master_state == (uint32_t)I2C_STAT_MS… in I2C_RunTransferStateMachineDMA()
270 if ((master_state == (uint32_t)I2C_STAT_MSTCODE_NACKADR) || (handle->checkAddrNack == true)) in I2C_RunTransferStateMachineDMA()
Dfsl_i2c.h49 #define I2C_STAT_MSTCODE_NACKADR (3U) /*!< Master NACK by slave on address State Code */ macro
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.c369 case I2C_STAT_MSTCODE_NACKADR: in I2C_MasterWriteBlocking()
497 case I2C_STAT_MSTCODE_NACKADR: in I2C_MasterReadBlocking()
885 if (((master_state == (uint32_t)I2C_STAT_MSTCODE_NACKADR) || in I2C_RunTransferStateMachine()
Dfsl_i2c.h48 #define I2C_STAT_MSTCODE_NACKADR (3UL) /*!< Master NACK by slave on address State Code */ macro
Dfsl_i2c_dma.c247 if ((master_state == I2C_STAT_MSTCODE_NACKADR) || (master_state == I2C_STAT_MSTCODE_NACKDAT)) in I2C_RunTransferStateMachineDMA()