Searched refs:ibiBuff (Results 1 – 7 of 7) sorted by relevance
401 if ((handle->ibiBuff == NULL) && (handle->callback.ibiCallback != NULL)) in I3C_MasterRunTransferStateMachineEDMA()406 if (handle->ibiBuff != NULL) in I3C_MasterRunTransferStateMachineEDMA()408 handle->ibiBuff[handle->ibiPayloadSize++] = tempData; in I3C_MasterRunTransferStateMachineEDMA()
60 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */ member
573 if ((handle->ibiBuff == NULL) && (handle->callback.ibiCallback != NULL)) in I3C_MasterRunTransferStateMachineDMA()578 if (handle->ibiBuff != NULL) in I3C_MasterRunTransferStateMachineDMA()580 handle->ibiBuff[handle->ibiPayloadSize++] = tempData; in I3C_MasterRunTransferStateMachineDMA()
2077 if ((handle->ibiBuff == NULL) && (handle->callback.ibiCallback != NULL)) in I3C_TransferStateMachineIBIWonState()2082 if (handle->ibiBuff != NULL) in I3C_TransferStateMachineIBIWonState()2084 handle->ibiBuff[handle->ibiPayloadSize++] = tempData; in I3C_TransferStateMachineIBIWonState()
389 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */ member
137 handle->ibiBuff = malloc(I3C_MASTER_IBI_BUFF_SIZE); in i3c_master_ibi_callback()143 (void)memcpy(ibiData, (void *)handle->ibiBuff, handle->ibiPayloadSize); in i3c_master_ibi_callback()