Searched refs:I2S_OPT_BIT_CLK_SLAVE (Results 1 – 9 of 9) sorted by relevance
183 #define I2S_OPT_BIT_CLK_SLAVE BIT(1) macro
175 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()
98 switch (i2s_cfg->options & (I2S_OPT_BIT_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()106 case I2S_OPT_BIT_CLK_SLAVE | I2S_OPT_FRAME_CLK_MASTER: in i2s_mcux_flexcomm_cfg_convert()
98 i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_esp32_calculate_clock()574 (i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) != 0) { in i2s_esp32_configure()577 (i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) == 0) { in i2s_esp32_configure()
508 if ((i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) && in i2s_nrfx_configure()511 } else if (!(i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) && in i2s_nrfx_configure()
503 const bool is_mclk_slave = i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE; in i2s_mcux_config()582 if (i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_mcux_config()588 if (i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_mcux_config()
387 ssc_rcmr |= ((i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) in set_rx_data_format()476 ssc_tcmr |= ((i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) in set_tx_data_format()
222 i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_stm32_configure()
149 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()