pub struct W(_);
Expand description
Register EDMA_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn edma_clk_on(&mut self) -> EDMA_CLK_ON_W<'_, 0>
pub fn edma_clk_on(&mut self) -> EDMA_CLK_ON_W<'_, 0>
Bit 0 - reg_edma_clk_on
sourcepub fn edma_reset(&mut self) -> EDMA_RESET_W<'_, 1>
pub fn edma_reset(&mut self) -> EDMA_RESET_W<'_, 1>
Bit 1 - reg_edma_reset
Methods from Deref<Target = W<EDMA_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more