Struct esp32c6::apb_saradc::clkm_conf::W
source · pub struct W(_);
Expand description
Register CLKM_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn clkm_div_num(&mut self) -> CLKM_DIV_NUM_W<'_, 0>
pub fn clkm_div_num(&mut self) -> CLKM_DIV_NUM_W<'_, 0>
Bits 0:7 - Integral I2S clock divider value
sourcepub fn clkm_div_b(&mut self) -> CLKM_DIV_B_W<'_, 8>
pub fn clkm_div_b(&mut self) -> CLKM_DIV_B_W<'_, 8>
Bits 8:13 - Fractional clock divider numerator value
sourcepub fn clkm_div_a(&mut self) -> CLKM_DIV_A_W<'_, 14>
pub fn clkm_div_a(&mut self) -> CLKM_DIV_A_W<'_, 14>
Bits 14:19 - Fractional clock divider denominator value
Methods from Deref<Target = W<CLKM_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more