Home
last modified time | relevance | path

Searched refs:I3C_MasterGetFifoCounts (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c492 I3C_MasterGetFifoCounts(base, NULL, &txCount); in I3C_MasterWaitForTxReady()
1650 I3C_MasterGetFifoCounts(base, &rxCount, NULL); in I3C_MasterProcessDAASpecifiedBaudrate()
1769 I3C_MasterGetFifoCounts(base, NULL, &txCount); in I3C_MasterTransferNoStartFlag()
2340 I3C_MasterGetFifoCounts(base, &stateParams.rxCount, &stateParams.txCount); in I3C_RunTransferStateMachine()
Dfsl_i3c.h1052 static inline void I3C_MasterGetFifoCounts(I3C_Type *base, size_t *rxCount, size_t *txCount) in I3C_MasterGetFifoCounts() function
Dfsl_i3c_edma.c101 I3C_MasterGetFifoCounts(i3cHandle->base, &rxCount, NULL); in I3C_MasterTransferEDMACallbackRx()
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c314 I3C_MasterGetFifoCounts(base, &rxCount, NULL); in I3C_MasterAdapterProcessDAA()