Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c202 …(ECSPI_GetRxFifoCount(base) < handle->rxRemainingBytes) ? ECSPI_GetRxFifoCount(base) : handle->rxR… in ECSPI_ReceiveTransfer()
Dfsl_ecspi.h507 static inline uint8_t ECSPI_GetRxFifoCount(ECSPI_Type *base) in ECSPI_GetRxFifoCount() function