I2S clock configuration structure. More...
#include <i2s.h>
Data Fields | |
| bool | bit_clk_gated |
| bool | bit_clk_inv |
| bool | frame_clk_inv |
I2S clock configuration structure.
This structure contains clock-specific settings for the I2S interface. These settings control clock gating and inversion of bit and frame clocks.
| bool i2s_clock_mode_t::bit_clk_gated |
true=gated (only during data), false=continuous
| bool i2s_clock_mode_t::bit_clk_inv |
Invert bit clock polarity
| bool i2s_clock_mode_t::frame_clk_inv |
Invert frame clock polarity