Lines Matching refs:buf
755 uint8_t *buf; in LPI2C_MasterStop() local
792 buf = (uint8_t *)rxBuff; in LPI2C_MasterStop()
827 *buf++ = (uint8_t)(value & LPI2C_MRDR_DATA_MASK); in LPI2C_MasterStop()
855 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_MasterSend() local
870 base->MTDR = *buf++; in LPI2C_MasterSend()
1099 sendval = ((uint16_t)handle->buf[0]) | (((uint16_t)handle->buf[1]) << 8U); in LPI2C_RunTransferStateMachine()
1101 handle->buf++; in LPI2C_RunTransferStateMachine()
1102 handle->buf++; in LPI2C_RunTransferStateMachine()
1112 handle->buf = (uint8_t *)xfer->data; in LPI2C_RunTransferStateMachine()
1175 base->MTDR = *(handle->buf)++; in LPI2C_RunTransferStateMachine()
1188 *(handle->buf)++ = (uint8_t)(base->MRDR & LPI2C_MRDR_DATA_MASK); in LPI2C_RunTransferStateMachine()
1279 handle->buf = (uint8_t *)xfer->data; in LPI2C_InitTransferStateMachine()
1320 handle->buf = (uint8_t *)&handle->commandBuffer; in LPI2C_InitTransferStateMachine()
1726 uint8_t *buf = (uint8_t *)txBuff; in LPI2C_SlaveSend() local
1779 base->STDR = *buf++; in LPI2C_SlaveSend()
1813 uint8_t *buf = (uint8_t *)rxBuff; in LPI2C_SlaveReceive() local
1866 *buf++ = (uint8_t)(base->SRDR & LPI2C_SRDR_DATA_MASK); in LPI2C_SlaveReceive()