Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_spi.c348 if (base->S & SPI_S_SPRF_MASK) in SPI_ReceiveTransfer()
776 while ((base->S & SPI_S_SPRF_MASK) == 0U) in SPI_MasterTransferBlocking()
Dfsl_spi.h126 kSPI_RxBufferFullFlag = SPI_S_SPRF_MASK, /*!< Read buffer full flag */
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
DMKL25Z4.h4119 #define SPI_S_SPRF_MASK (0x80U) macro
4121 …F(x) (((uint8_t)(((uint8_t)(x)) << SPI_S_SPRF_SHIFT)) & SPI_S_SPRF_MASK)