pub struct R(_);
Expand description
Register CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn dccdmalevel(&self) -> DCCDMALEVEL_R
pub fn dccdmalevel(&self) -> DCCDMALEVEL_R
Bits 2:3 - DMA Trigger Level
sourcepub fn etbramen(&self) -> ETBRAMEN_R
pub fn etbramen(&self) -> ETBRAMEN_R
Bit 4 - Trace Control
Methods from Deref<Target = R<CFG_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