Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Di2s.h202 #define I2S_OPT_PINGPONG BIT(6) macro
/Zephyr-Core-3.5.0/drivers/i2s/
Di2s_mcux_sai.c523 if ((i2s_cfg->options & I2S_OPT_PINGPONG) == I2S_OPT_PINGPONG) { in i2s_mcux_config()
Di2s_nrfx.c518 (i2s_cfg->options & I2S_OPT_PINGPONG)) { in i2s_nrfx_configure()