Searched refs:i2sof (Results 1 – 1 of 1) sorted by relevance
236 uint32_t i2sdiv = 2U, i2sof = 0U; in i2s_psc_config() local288 i2sof = (clks & 0x00000001U); in i2s_psc_config()289 i2sdiv = ((clks - i2sof) / 2U); in i2s_psc_config()290 i2sof = (i2sof << 8U); in i2s_psc_config()295 i2sof = 0U; in i2s_psc_config()298 SPI_I2SPSC(spi_periph) = (uint32_t)(i2sdiv | i2sof | mckout); in i2s_psc_config()
Completed in 6 milliseconds