pub struct W(_);
Expand description
Register MISC_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn ahbm_rst_inter(&mut self) -> AHBM_RST_INTER_W<'_, 0>
pub fn ahbm_rst_inter(&mut self) -> AHBM_RST_INTER_W<'_, 0>
Bit 0 - Set this bit then clear this bit to reset the internal ahb FSM.
sourcepub fn arb_pri_dis(&mut self) -> ARB_PRI_DIS_W<'_, 2>
pub fn arb_pri_dis(&mut self) -> ARB_PRI_DIS_W<'_, 2>
Bit 2 - Set this bit to disable priority arbitration function.
Methods from Deref<Target = W<MISC_CONF_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