Type Alias esp32c3::i2s0::tx_clkm_div_conf::TX_CLKM_DIV_Y_R

source ·
pub type TX_CLKM_DIV_Y_R = FieldReader<u16>;
Expand description

Field TX_CLKM_DIV_Y reader - For b <= a/2, the value of I2S_TX_CLKM_DIV_Y is (a%b) . For b > a/2, the value of I2S_TX_CLKM_DIV_Y is (a%(a-b)).

Aliased Type§

struct TX_CLKM_DIV_Y_R { /* private fields */ }