Searched refs:I2S_OPT_FRAME_CLK_SLAVE (Results 1 – 10 of 10) sorted by relevance
49 i2s_rx_cfg.options = I2S_OPT_FRAME_CLK_SLAVE; in init()74 i2s_tx_cfg.options = I2S_OPT_FRAME_CLK_SLAVE; in init()
187 #define I2S_OPT_FRAME_CLK_SLAVE BIT(2) macro
174 i2s_cfg.options = I2S_OPT_FRAME_CLK_SLAVE in configure_stream()
99 I2S_OPT_FRAME_CLK_SLAVE)) { in i2s_mcux_flexcomm_cfg_convert()103 case I2S_OPT_BIT_CLK_SLAVE | I2S_OPT_FRAME_CLK_SLAVE: in i2s_mcux_flexcomm_cfg_convert()110 case I2S_OPT_BIT_CLK_MASTER | I2S_OPT_FRAME_CLK_SLAVE: in i2s_mcux_flexcomm_cfg_convert()
97 if (i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE || in i2s_esp32_calculate_clock()573 if ((i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE) != 0 && in i2s_esp32_configure()576 } else if ((i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE) == 0 && in i2s_esp32_configure()
509 (i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE)) { in i2s_nrfx_configure()512 !(i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE)) { in i2s_nrfx_configure()
336 bool frame_clk_master = !(i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE); in set_rx_data_format()485 if (i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE) { in set_tx_data_format()
221 if (i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE || in i2s_stm32_configure()
581 if (i2s_cfg->options & I2S_OPT_FRAME_CLK_SLAVE) { in i2s_mcux_config()
148 i2s_cfg.options = I2S_OPT_FRAME_CLK_SLAVE in configure_stream()