Struct d1_pac::smhc::smhc_idmac::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_idmac
writer
Implementations§
source§impl W
impl W
sourcepub fn idmac_rst(&mut self) -> IDMAC_RST_W<'_, 0>
pub fn idmac_rst(&mut self) -> IDMAC_RST_W<'_, 0>
Bit 0 - DMA Reset
sourcepub fn fix_bust_ctrl(&mut self) -> FIX_BUST_CTRL_W<'_, 1>
pub fn fix_bust_ctrl(&mut self) -> FIX_BUST_CTRL_W<'_, 1>
Bit 1 - Fixed Burst
sourcepub fn idmac_enb(&mut self) -> IDMAC_ENB_W<'_, 7>
pub fn idmac_enb(&mut self) -> IDMAC_ENB_W<'_, 7>
Bit 7 - IDMAC Enable
sourcepub fn des_load_ctrl(&mut self) -> DES_LOAD_CTRL_W<'_, 31>
pub fn des_load_ctrl(&mut self) -> DES_LOAD_CTRL_W<'_, 31>
Bit 31
Methods from Deref<Target = W<SMHC_IDMAC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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