Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_spi.c72 static void SPI_ReadNonBlocking(SPI_Type *base, uint8_t *buffer, size_t size);
191 static void SPI_ReadNonBlocking(SPI_Type *base, uint8_t *buffer, size_t size) in SPI_ReadNonBlocking() function
350 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
367 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
779 SPI_ReadNonBlocking(base, xfer->rxData, bytesPerFrame); in SPI_MasterTransferBlocking()