Searched refs:I2S_OPT_BIT_CLK_SLAVE (Results 1 – 8 of 8) sorted by relevance
181 #define I2S_OPT_BIT_CLK_SLAVE BIT(1) macro
175 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()
90 switch (i2s_cfg->options & (I2S_OPT_BIT_CLK_SLAVE | in i2s_mcux_flexcomm_cfg_convert()95 case I2S_OPT_BIT_CLK_SLAVE | I2S_OPT_FRAME_CLK_SLAVE: in i2s_mcux_flexcomm_cfg_convert()98 case I2S_OPT_BIT_CLK_SLAVE | I2S_OPT_FRAME_CLK_MASTER: in i2s_mcux_flexcomm_cfg_convert()
489 if ((i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) && in i2s_nrfx_configure()492 } else if (!(i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) && in i2s_nrfx_configure()
535 const bool is_mclk_slave = i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE; in i2s_mcux_config()621 if (i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_mcux_config()628 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()
208 i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_stm32_configure()
149 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()