Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h789 #define SPI_I2SSTS_TXCNT_Pos (28) /*!< SPI… macro
790 #define SPI_I2SSTS_TXCNT_Msk (0x7ul << SPI_I2SSTS_TXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h850 #define SPI_I2SSTS_TXCNT_Pos (28) /*!< SPI… macro
851 #define SPI_I2SSTS_TXCNT_Msk (0x7ul << SPI_I2SSTS_TXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h851 #define SPI_I2SSTS_TXCNT_Pos (28) /*!< SPI… macro
852 #define SPI_I2SSTS_TXCNT_Msk (0x7ul << SPI_I2SSTS_TXCNT_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h568 …ne SPII2S_GET_TX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_Pos )
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h545 …e SPII2S_GET_TX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_Pos )
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h570 …fine SPII2S_GET_TX_FIFO_LEVEL(i2s) (((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_Pos)