Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Di2s.h204 #define I2S_OPT_PINGPONG BIT(6) macro
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c491 if ((i2s_cfg->options & I2S_OPT_PINGPONG) == I2S_OPT_PINGPONG) { in i2s_mcux_config()
Di2s_nrfx.c538 (i2s_cfg->options & I2S_OPT_PINGPONG)) { in i2s_nrfx_configure()
Di2s_esp32.c568 if (i2s_cfg->options & I2S_OPT_PINGPONG) { in i2s_esp32_configure()