Struct esp32s3::i2s1::rx_clkm_div_conf::W
source · pub struct W(_);
Expand description
Register RX_CLKM_DIV_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_clkm_div_z(&mut self) -> RX_CLKM_DIV_Z_W<'_, 0>
pub fn rx_clkm_div_z(&mut self) -> RX_CLKM_DIV_Z_W<'_, 0>
Bits 0:8 - For b <= a/2, the value of I2S_RX_CLKM_DIV_Z is b. For b > a/2, the value of I2S_RX_CLKM_DIV_Z is (a-b).
sourcepub fn rx_clkm_div_y(&mut self) -> RX_CLKM_DIV_Y_W<'_, 9>
pub fn rx_clkm_div_y(&mut self) -> RX_CLKM_DIV_Y_W<'_, 9>
Bits 9:17 - For b <= a/2, the value of I2S_RX_CLKM_DIV_Y is (a%b) . For b > a/2, the value of I2S_RX_CLKM_DIV_Y is (a%(a-b)).
sourcepub fn rx_clkm_div_x(&mut self) -> RX_CLKM_DIV_X_W<'_, 18>
pub fn rx_clkm_div_x(&mut self) -> RX_CLKM_DIV_X_W<'_, 18>
Bits 18:26 - For b <= a/2, the value of I2S_RX_CLKM_DIV_X is (a/b) - 1. For b > a/2, the value of I2S_RX_CLKM_DIV_X is (a/(a-b)) - 1.
sourcepub fn rx_clkm_div_yn1(&mut self) -> RX_CLKM_DIV_YN1_W<'_, 27>
pub fn rx_clkm_div_yn1(&mut self) -> RX_CLKM_DIV_YN1_W<'_, 27>
Bit 27 - For b <= a/2, the value of I2S_RX_CLKM_DIV_YN1 is 0 . For b > a/2, the value of I2S_RX_CLKM_DIV_YN1 is 1.