Home
last modified time | relevance | path

Searched refs:rxFifoMaxBytes (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c948 uint32_t rxFifoMaxBytes = MIN(bytesPerFrame, 4U) * fifoSize; local
1023 if (((NULL == rxData) || (rxRemainingByteCount - txRemainingByteCount) < rxFifoMaxBytes))
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c957 uint32_t rxFifoMaxBytes = MIN(bytesPerFrame, 4U) * LPSPI_GetRxFifoSize(base); local
986 ((stateParams->rxRemainingByteCount) - txRemainingByteCount) < rxFifoMaxBytes))