Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.c50 static void SPI_ReadNonBlocking(SPI_Type *base, uint8_t *buffer, size_t size);
189 static void SPI_ReadNonBlocking(SPI_Type *base, uint8_t *buffer, size_t size) in SPI_ReadNonBlocking() function
351 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
368 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
984 SPI_ReadNonBlocking(base, xfer->rxData, bytesPerFrame); in SPI_MasterTransferBlocking()