Searched refs:SPI_I2SCLK_MCLKDIV_Msk (Results 1 – 2 of 2) sorted by relevance
739 #define SPI_I2SCLK_MCLKDIV_Msk (0x7ful << SPI_I2SCLK_MCLKDIV_Pos) /*!< SPI… macro
1394 i2s->I2SCLK = (i2s->I2SCLK & ~SPI_I2SCLK_MCLKDIV_Msk) | (u32Divider << SPI_I2SCLK_MCLKDIV_Pos); in SPII2S_EnableMCLK()