Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Di2s.h157 #define I2S_FMT_CLK_FORMAT_MASK (0x3 << I2S_FMT_CLK_FORMAT_SHIFT) macro
/Zephyr-Core-3.7.0/drivers/i2s/
Di2s_mcux_flexcomm.c148 switch (i2s_cfg->format & I2S_FMT_CLK_FORMAT_MASK) { in i2s_mcux_flexcomm_cfg_convert()
Di2s_ll_stm32.c296 if ((i2s_cfg->format & I2S_FMT_CLK_FORMAT_MASK) == I2S_FMT_BIT_CLK_INV) in i2s_stm32_configure()
Di2s_mcux_sai.c637 switch (i2s_cfg->format & I2S_FMT_CLK_FORMAT_MASK) { in i2s_mcux_config()