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