Home
last modified time | relevance | path

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

/hal_nuvoton-3.4.0/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-3.4.0/m48x/StdDriver/src/
Dspi.c1175 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()