Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dspi_reg.h652 #define SPI_STATUS_RXFULL_Msk (0x1ul << SPI_STATUS_RXFULL_Pos) /*!< SPI… macro
/hal_nuvoton-3.4.0/m48x/StdDriver/src/
Dspi.c967 u32TmpValue = spi->STATUS & SPI_STATUS_RXFULL_Msk; in SPI_GetStatus()