Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Di2s.h162 #define I2S_FMT_FRAME_CLK_INV BIT(5) macro
/Zephyr-latest/drivers/i2s/
Di2s_esp32.c591 slot_cfg.std.ws_pol = i2s_cfg->format & I2S_FMT_FRAME_CLK_INV ? true : false; in i2s_esp32_configure()
595 slot_cfg.std.ws_pol = i2s_cfg->format & I2S_FMT_FRAME_CLK_INV ? false : true; in i2s_esp32_configure()
Di2s_nrfx.c493 (i2s_cfg->format & I2S_FMT_FRAME_CLK_INV)) { in i2s_nrfx_configure()
Di2s_sam_ssc.c585 if (i2s_cfg->format & I2S_FMT_FRAME_CLK_INV) { in i2s_sam_configure()