Home
last modified time | relevance | path

Searched refs:ibiBuff (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_edma.c401 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()
Dfsl_i3c_edma.h60 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */ member
Dfsl_i3c_dma.c573 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()
Dfsl_i3c_dma.h60 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */ member
Dfsl_i3c.c2077 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()
Dfsl_i3c.h389 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c137 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()