Searched refs:I2S_FMT_FRAME_CLK_INV (Results 1 – 4 of 4) sorted by relevance
162 #define I2S_FMT_FRAME_CLK_INV BIT(5) macro
591 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()
493 (i2s_cfg->format & I2S_FMT_FRAME_CLK_INV)) { in i2s_nrfx_configure()
585 if (i2s_cfg->format & I2S_FMT_FRAME_CLK_INV) { in i2s_sam_configure()