Home
last modified time | relevance | path

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

/hal_nxp-latest/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()
2300 size_t txFifoSize = in I3C_RunTransferStateMachine() local
2341 stateParams.txCount = txFifoSize - stateParams.txCount; in I3C_RunTransferStateMachine()
3137 handle->txFifoSize = in I3C_SlaveTransferCreateHandle()
3489 stateParams.txCount = handle->txFifoSize - stateParams.txCount; in I3C_SlaveTransferHandleIRQ()
Dfsl_i3c.h610 uint8_t txFifoSize; /*!< Tx Fifo size */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c252 size_t txFifoSize = (size_t)FSL_FEATURE_LPI2C_FIFO_SIZEn(base); in LPI2C_MasterWaitForTxReady() local
261 txCount = txFifoSize - txCount; in LPI2C_MasterWaitForTxReady()
1119 size_t txFifoSize = (size_t)FSL_FEATURE_LPI2C_FIFO_SIZEn(base); in LPI2C_RunTransferStateMachine() local
1155 txCount = txFifoSize - txCount; in LPI2C_RunTransferStateMachine()
1197 while (txFifoSize == txCount) in LPI2C_RunTransferStateMachine()
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/mcx_enet/
Dfsl_enet.c872 uint32_t txFifoSize; in ENET_CreateHandler() local
915 txFifoSize = (uint32_t)pow((double)2, in ENET_CreateHandler()
919 handle->txLenLimitation[count] = txFifoSize - (pbl + 6U) * (32U / 8U); in ENET_CreateHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c358 size_t txFifoSize = (size_t)FSL_FEATURE_LPI2C_FIFO_SIZEn(base); in LPI2C_MasterWaitForTxReady() local
367 txCount = txFifoSize - txCount; in LPI2C_MasterWaitForTxReady()