Lines Matching refs:slaveAddress
556 result = I2C_MasterStart(base, (uint8_t)xfer->slaveAddress, kI2C_Write); in I2C_MasterTransferBlocking()
571 … result = I2C_MasterRepeatedStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
577 result = I2C_MasterRepeatedStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
581 result = I2C_MasterStart(base, (uint8_t)xfer->slaveAddress, xfer->direction); in I2C_MasterTransferBlocking()
902 base->MSTDAT = (uint32_t)transfer->slaveAddress << 1; in I2C_RunTransferStateMachine()
907 base->MSTDAT = (uint32_t)transfer->slaveAddress << 1; in I2C_RunTransferStateMachine()
912 base->MSTDAT = ((uint32_t)transfer->slaveAddress << 1) | 1u; in I2C_RunTransferStateMachine()
1531 bool slaveAddress; in I2C_SlaveWriteBlocking() local
1545 …slaveAddress = (((stat & I2C_STAT_SLVSTATE_MASK) >> I2C_STAT_SLVSTATE_SHIFT) == (uint32_t)I2C_STA… in I2C_SlaveWriteBlocking()
1549 if (!(slaveAddress || slaveTransmit)) in I2C_SlaveWriteBlocking()
1555 if (slaveAddress) in I2C_SlaveWriteBlocking()
1618 bool slaveAddress; in I2C_SlaveReadBlocking() local
1632 …slaveAddress = (((stat & I2C_STAT_SLVSTATE_MASK) >> I2C_STAT_SLVSTATE_SHIFT) == (uint32_t)I2C_STAT… in I2C_SlaveReadBlocking()
1636 if (!(slaveAddress || slaveReceive)) in I2C_SlaveReadBlocking()
1642 if (slaveAddress) in I2C_SlaveReadBlocking()
1850 bool slaveAddress = in I2C_SlaveTransferHandleIRQ() local
1853 if (slaveAddress) in I2C_SlaveTransferHandleIRQ()