pub struct W(_);
Expand description
Register CCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn intclken(&mut self) -> INTCLKEN_W<'_>
pub fn intclken(&mut self) -> INTCLKEN_W<'_>
Bit 0 - Internal Clock Enable
sourcepub fn usdclkfsel(&mut self) -> USDCLKFSEL_W<'_>
pub fn usdclkfsel(&mut self) -> USDCLKFSEL_W<'_>
Bits 6:7 - Upper Bits of SDCLK Frequency Select
sourcepub fn sdclkfsel(&mut self) -> SDCLKFSEL_W<'_>
pub fn sdclkfsel(&mut self) -> SDCLKFSEL_W<'_>
Bits 8:15 - SDCLK Frequency Select
Methods from Deref<Target = W<CCR_SPEC>>
Trait Implementations
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