Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dspi_reg.h741 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro
742 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dspi_reg.h793 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro
794 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dspi_reg.h794 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro
795 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dspi.c1174 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dspi.c1175 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dspi.c1839 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()