Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/m48x/StdDriver/inc/
Dspi.h98 #define SPII2S_MONO_LEFT SPI_I2SCTL_RXLCH_Msk /*!< Record mono left channel…
494 (i2s->I2SCTL |= SPI_I2SCTL_RXLCH_Msk) : in SPII2S_SET_MONO_RX_CHANNEL()
495 (i2s->I2SCTL &= ~SPI_I2SCTL_RXLCH_Msk); in SPII2S_SET_MONO_RX_CHANNEL()
/hal_nuvoton-3.4.0/m48x/Devices/M480/Include/
Dspi_reg.h727 #define SPI_I2SCTL_RXLCH_Msk (0x1ul << SPI_I2SCTL_RXLCH_Pos) /*!< SPI… macro