pub struct R(_);
Expand description
Register CLOCK_DIVIDER
reader
Implementations
sourceimpl R
impl R
sourcepub fn cd(&self) -> CD_R
pub fn cd(&self) -> CD_R
Bits 0:7 - These bits are used to configure frequency dividing coefficients of the external CLKOUT pin.
sourcepub fn clock_off(&self) -> CLOCK_OFF_R
pub fn clock_off(&self) -> CLOCK_OFF_R
Bit 8 - This bit can be configured under reset mode. 1: Disable the external CLKOUT pin; 0: Enable the external CLKOUT pin
Methods from Deref<Target = R<CLOCK_DIVIDER_SPEC>>
Trait Implementations
sourceimpl From<R<CLOCK_DIVIDER_SPEC>> for R
impl From<R<CLOCK_DIVIDER_SPEC>> for R
sourcefn from(reader: R<CLOCK_DIVIDER_SPEC>) -> Self
fn from(reader: R<CLOCK_DIVIDER_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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