Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Di2s.h183 #define I2S_OPT_BIT_CLK_SLAVE BIT(1) macro
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dcommon.c175 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()
/Zephyr-latest/drivers/i2s/
Di2s_mcux_flexcomm.c98 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()
Di2s_esp32.c98 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()
Di2s_nrfx.c508 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()
Di2s_mcux_sai.c503 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()
Di2s_sam_ssc.c387 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()
Di2s_ll_stm32.c222 i2s_cfg->options & I2S_OPT_BIT_CLK_SLAVE) { in i2s_stm32_configure()
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c149 | I2S_OPT_BIT_CLK_SLAVE; in configure_stream()