Type Alias esp32c3::i2s0::tx_clkm_div_conf::TX_CLKM_DIV_X_W

source ·
pub type TX_CLKM_DIV_X_W<'a, REG> = FieldWriter<'a, REG, 9, u16>;
Expand description

Field TX_CLKM_DIV_X writer - For b <= a/2, the value of I2S_TX_CLKM_DIV_X is (a/b) - 1. For b > a/2, the value of I2S_TX_CLKM_DIV_X is (a/(a-b)) - 1.

Aliased Type§

struct TX_CLKM_DIV_X_W<'a, REG> { /* private fields */ }