Lines Matching refs:slaveAddress
752 result = I2C_MasterStart(base, xfer->slaveAddress, direction); in I2C_MasterTransferBlocking()
782 result = I2C_MasterRepeatedStart(base, xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
1142 base->MSTDAT = (uint32_t)transfer->slaveAddress << 1U; in I2C_RunTransferStateMachine()
1147 base->MSTDAT = (uint32_t)transfer->slaveAddress << 1; in I2C_RunTransferStateMachine()
1152 base->MSTDAT = ((uint32_t)transfer->slaveAddress << 1) | 1u; in I2C_RunTransferStateMachine()
1701 bool slaveAddress; in I2C_SlaveWriteBlocking() local
1715 …slaveAddress = (((stat & I2C_STAT_SLVSTATE_MASK) >> I2C_STAT_SLVSTATE_SHIFT) == (uint32_t)I2C_STA… in I2C_SlaveWriteBlocking()
1719 if (!(slaveAddress || slaveTransmit)) in I2C_SlaveWriteBlocking()
1725 if (slaveAddress) in I2C_SlaveWriteBlocking()
1788 bool slaveAddress; in I2C_SlaveReadBlocking() local
1802 …slaveAddress = (((stat & I2C_STAT_SLVSTATE_MASK) >> I2C_STAT_SLVSTATE_SHIFT) == (uint32_t)I2C_STAT… in I2C_SlaveReadBlocking()
1806 if (!(slaveAddress || slaveReceive)) in I2C_SlaveReadBlocking()
1812 if (slaveAddress) in I2C_SlaveReadBlocking()
2013 bool slaveAddress = in I2C_SlaveTransferHandleIRQ() local
2016 if (slaveAddress) in I2C_SlaveTransferHandleIRQ()