Searched refs:SPI_I2SCLK_BCLKDIV_Pos (Results 1 – 6 of 6) sorted by relevance
741 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro742 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
793 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro794 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
794 #define SPI_I2SCLK_BCLKDIV_Pos (8) /*!< SPI… macro795 #define SPI_I2SCLK_BCLKDIV_Msk (0x3fful << SPI_I2SCLK_BCLKDIV_Pos) /*!< SPI…
1174 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()
1175 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()
1839 … i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_BCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_BCLKDIV_Pos); in SPII2S_Open()