Astra MCU SDK Peripheral Driver Library
Loading...
Searching...
No Matches
i2s_clock_mode_t Struct Reference

I2S clock configuration structure. More...

#include <i2s.h>

Data Fields

bool bit_clk_gated
bool bit_clk_inv
bool frame_clk_inv

Detailed Description

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.

Field Documentation

◆ bit_clk_gated

bool i2s_clock_mode_t::bit_clk_gated

true=gated (only during data), false=continuous

◆ bit_clk_inv

bool i2s_clock_mode_t::bit_clk_inv

Invert bit clock polarity

◆ frame_clk_inv

bool i2s_clock_mode_t::frame_clk_inv

Invert frame clock polarity