pub struct R(_);Expand description
Register CA0R reader
Implementations
sourceimpl R
 
impl R
sourcepub fn baseclkf(&self) -> BASECLKF_R
 
pub fn baseclkf(&self) -> BASECLKF_R
Bits 8:15 - Base Clock Frequency
sourcepub fn adma2sup(&self) -> ADMA2SUP_R
 
pub fn adma2sup(&self) -> ADMA2SUP_R
Bit 19 - ADMA2 Support
sourcepub fn asintsup(&self) -> ASINTSUP_R
 
pub fn asintsup(&self) -> ASINTSUP_R
Bit 29 - Asynchronous Interrupt Support
Methods from Deref<Target = R<CA0R_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