Lines Matching refs:buf
789 uint8_t *buf; in LPI2C_MasterStop() local
826 buf = (uint8_t *)rxBuff; in LPI2C_MasterStop()
861 *buf++ = (uint8_t)(value & LPI2C_MRDR_DATA_MASK); in LPI2C_MasterStop()
889 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_MasterSend() local
904 base->MTDR = *buf++; in LPI2C_MasterSend()
1171 sendval = ((uint16_t)handle->buf[0]) | (((uint16_t)handle->buf[1]) << 8U); in LPI2C_RunTransferStateMachine()
1173 handle->buf++; in LPI2C_RunTransferStateMachine()
1174 handle->buf++; in LPI2C_RunTransferStateMachine()
1184 handle->buf = (uint8_t *)xfer->data; in LPI2C_RunTransferStateMachine()
1253 base->MTDR = *(handle->buf)++; in LPI2C_RunTransferStateMachine()
1266 *(handle->buf)++ = (uint8_t)(base->MRDR & LPI2C_MRDR_DATA_MASK); in LPI2C_RunTransferStateMachine()
1357 handle->buf = (uint8_t *)xfer->data; in LPI2C_InitTransferStateMachine()
1398 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
1847 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_SlaveSend() local
1900 base->STDR = *buf++; in LPI2C_SlaveSend()
1934 uint8_t *buf = (uint8_t *)rxBuff; in LPI2C_SlaveReceive() local
1987 *buf++ = (uint8_t)(base->SRDR & LPI2C_SRDR_DATA_MASK); in LPI2C_SlaveReceive()