pub struct R(_);Expand description
Register CCR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn intclken(&self) -> INTCLKEN_R
 
pub fn intclken(&self) -> INTCLKEN_R
Bit 0 - Internal Clock Enable
sourcepub fn usdclkfsel(&self) -> USDCLKFSEL_R
 
pub fn usdclkfsel(&self) -> USDCLKFSEL_R
Bits 6:7 - Upper Bits of SDCLK Frequency Select
sourcepub fn sdclkfsel(&self) -> SDCLKFSEL_R
 
pub fn sdclkfsel(&self) -> SDCLKFSEL_R
Bits 8:15 - SDCLK Frequency Select
Methods from Deref<Target = R<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