Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c483 size_t txFifoSize = in I3C_MasterWaitForTxReady() local
493 txCount = txFifoSize - txCount; in I3C_MasterWaitForTxReady()
657 size_t txFifoSize = in I3C_SlaveWaitForTxReady() local
667 txCount = txFifoSize - txCount; in I3C_SlaveWaitForTxReady()
2185 size_t txFifoSize = in I3C_RunTransferStateMachine() local
2226 stateParams.txCount = txFifoSize - stateParams.txCount; in I3C_RunTransferStateMachine()
2964 handle->txFifoSize = in I3C_SlaveTransferCreateHandle()
3314 stateParams.txCount = handle->txFifoSize - stateParams.txCount; in I3C_SlaveTransferHandleIRQ()
Dfsl_i3c.h584 uint8_t txFifoSize; /*!< Tx Fifo size */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c872 uint32_t txFifoSize; in ENET_CreateHandler() local
915 txFifoSize = (uint32_t)pow( in ENET_CreateHandler()
918 handle->txLenLimitation[count] = txFifoSize - (pbl + 6U) * (32U / 8U); in ENET_CreateHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c342 size_t txFifoSize = (size_t)FSL_FEATURE_LPI2C_FIFO_SIZEn(base); in LPI2C_MasterWaitForTxReady() local
351 txCount = txFifoSize - txCount; in LPI2C_MasterWaitForTxReady()