pub struct W(_);
Expand description
Register CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn dccdmalevel(&mut self) -> DCCDMALEVEL_W<'_>
pub fn dccdmalevel(&mut self) -> DCCDMALEVEL_W<'_>
Bits 2:3 - DMA Trigger Level
sourcepub fn etbramen(&mut self) -> ETBRAMEN_W<'_>
pub fn etbramen(&mut self) -> ETBRAMEN_W<'_>
Bit 4 - Trace Control
Methods from Deref<Target = W<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