Searched refs:I2C_STAT_MSTCODE_NACKADR (Results 1 – 6 of 6) sorted by relevance
578 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()
264 …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()
49 #define I2C_STAT_MSTCODE_NACKADR (3U) /*!< Master NACK by slave on address State Code */ macro
369 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()
48 #define I2C_STAT_MSTCODE_NACKADR (3UL) /*!< Master NACK by slave on address State Code */ macro
247 if ((master_state == I2C_STAT_MSTCODE_NACKADR) || (master_state == I2C_STAT_MSTCODE_NACKDAT)) in I2C_RunTransferStateMachineDMA()