Type Alias esp32c3::i2s0::tx_clkm_conf::TX_CLKM_DIV_NUM_R

source ·
pub type TX_CLKM_DIV_NUM_R = FieldReader;
Expand description

Field TX_CLKM_DIV_NUM reader - Integral I2S TX clock divider value. f_I2S_CLK = f_I2S_CLK_S/(N+b/a). There will be (a-b) * n-div and b * (n+1)-div. So the average combination will be: for b <= a/2, z * [x * n-div + (n+1)-div] + y * n-div. For b > a/2, z * [n-div + x * (n+1)-div] + y * (n+1)-div.

Aliased Type§

struct TX_CLKM_DIV_NUM_R { /* private fields */ }