Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi.c49 static void ECSPI_ReadNonBlocking(ECSPI_Type *base, uint32_t *buffer, size_t size);
154 static void ECSPI_ReadNonBlocking(ECSPI_Type *base, uint32_t *buffer, size_t size) in ECSPI_ReadNonBlocking() function
204 ECSPI_ReadNonBlocking(base, handle->rxData, dataCounts); in ECSPI_ReceiveTransfer()