Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_ll_stm32.c282 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PHILIPS); in i2s_stm32_configure()
286 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PCM_SHORT); in i2s_stm32_configure()
290 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PCM_LONG); in i2s_stm32_configure()
294 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_MSB); in i2s_stm32_configure()
298 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_LSB); in i2s_stm32_configure()