Struct esp32s3::apb_saradc::clkm_conf::W
source · pub struct W(_);
Expand description
Register CLKM_CONF
writer
Implementations
sourceimpl 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 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
sourceimpl From<W<CLKM_CONF_SPEC>> for W
impl From<W<CLKM_CONF_SPEC>> for W
sourcefn from(writer: W<CLKM_CONF_SPEC>) -> Self
fn from(writer: W<CLKM_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more