Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/inc/
Dspi.h548 #define SPII2S_GET_INT_FLAG(i2s, u32Mask) ( (i2s)->I2SSTS & (u32Mask) )
559 #define SPII2S_CLR_INT_FLAG(i2s, u32Mask) ( (i2s)->I2SSTS = (u32Mask) )
568 #define SPII2S_GET_TX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_…
577 #define SPII2S_GET_RX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_…
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dspi.h525 #define SPII2S_GET_INT_FLAG(i2s, u32Mask) ( (i2s)->I2SSTS & (u32Mask) )
536 #define SPII2S_CLR_INT_FLAG(i2s, u32Mask) ( (i2s)->I2SSTS = (u32Mask) )
545 #define SPII2S_GET_TX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_…
554 #define SPII2S_GET_RX_FIFO_LEVEL(i2s) ( ((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_…
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dspi.h550 #define SPII2S_GET_INT_FLAG(i2s, u32Mask) ((i2s)->I2SSTS & (u32Mask))
561 #define SPII2S_CLR_INT_FLAG(i2s, u32Mask) ((i2s)->I2SSTS = (u32Mask))
570 #define SPII2S_GET_TX_FIFO_LEVEL(i2s) (((i2s)->I2SSTS & SPI_I2SSTS_TXCNT_Msk) >> SPI_I2SSTS_TXCNT_P…
579 #define SPII2S_GET_RX_FIFO_LEVEL(i2s) (((i2s)->I2SSTS & SPI_I2SSTS_RXCNT_Msk) >> SPI_I2SSTS_RXCNT_P…
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h507 …__IO uint32_t I2SSTS; /*!< [0x0068] I2S Status Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h550 …__IO uint32_t I2SSTS; /*!< [0x0068] I2S Status Register … member
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h551 …__IO uint32_t I2SSTS; /*!< [0x0068] I2S Status Register … member