Home
last modified time | relevance | path

Searched refs:kI3C_IbiNormal (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c720 i3c_ibi_type_t ibiType = kI3C_IbiNormal; in I3C_GetIBIType()
731 ibiType = kI3C_IbiNormal; in I3C_GetIBIType()
2079 handle->callback.ibiCallback(base, handle, kI3C_IbiNormal, kI3C_IbiDataBuffNeed); in I3C_TransferStateMachineIBIWonState()
Dfsl_i3c.h219 kI3C_IbiNormal = 0U, /*!< In-band interrupt. */ enumerator
Dfsl_i3c_edma.c403 … handle->callback.ibiCallback(base, handle, kI3C_IbiNormal, kI3C_IbiDataBuffNeed); in I3C_MasterRunTransferStateMachineEDMA()
Dfsl_i3c_dma.c575 … handle->callback.ibiCallback(base, handle, kI3C_IbiNormal, kI3C_IbiDataBuffNeed); in I3C_MasterRunTransferStateMachineDMA()
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c134 case kI3C_IbiNormal: in i3c_master_ibi_callback()