Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h786 #define SPI_I2SSTS_RXCNT_Pos (24) /*!< SPI… macro
787 #define SPI_I2SSTS_RXCNT_Msk (0x7ul << SPI_I2SSTS_RXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h847 #define SPI_I2SSTS_RXCNT_Pos (24) /*!< SPI… macro
848 #define SPI_I2SSTS_RXCNT_Msk (0x7ul << SPI_I2SSTS_RXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h848 #define SPI_I2SSTS_RXCNT_Pos (24) /*!< SPI… macro
849 #define SPI_I2SSTS_RXCNT_Msk (0x7ul << SPI_I2SSTS_RXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h577 …ne SPII2S_GET_RX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_Pos )
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h554 …ne SPII2S_GET_RX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_Pos )
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h579 …fine SPII2S_GET_RX_FIFO_LEVEL(i2s) (((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_Pos)