esp_idf_sys

Type Alias i2s_mclk_multiple_t

Source
pub type i2s_mclk_multiple_t = c_uint;
Expand description

@brief The multiple of MCLK to sample rate @note MCLK is the minimum resolution of the I2S clock. Increasing mclk multiple can reduce the clock jitter of BCLK and WS, which is also useful for the codec that don’t require MCLK but have strict requirement to BCLK. For the 24-bit slot width, please choose a multiple that can be divided by 3 (i.e. 24-bit compatible).