pub struct R(_);
Expand description
Register CLKM_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn clkm_div_num(&self) -> CLKM_DIV_NUM_R
pub fn clkm_div_num(&self) -> CLKM_DIV_NUM_R
Bits 0:7
sourcepub fn clkm_div_b(&self) -> CLKM_DIV_B_R
pub fn clkm_div_b(&self) -> CLKM_DIV_B_R
Bits 8:13
sourcepub fn clkm_div_a(&self) -> CLKM_DIV_A_R
pub fn clkm_div_a(&self) -> CLKM_DIV_A_R
Bits 14:19
sourcepub fn clka_ena(&self) -> CLKA_ENA_R
pub fn clka_ena(&self) -> CLKA_ENA_R
Bit 21
Methods from Deref<Target = R<CLKM_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<CLKM_CONF_SPEC>> for R
impl From<R<CLKM_CONF_SPEC>> for R
sourcefn from(reader: R<CLKM_CONF_SPEC>) -> Self
fn from(reader: R<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