pub struct W(_);
Expand description
Register MISC_CONF
writer
Implementations
sourceimpl 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
sourceimpl From<W<MISC_CONF_SPEC>> for W
impl From<W<MISC_CONF_SPEC>> for W
sourcefn from(writer: W<MISC_CONF_SPEC>) -> Self
fn from(writer: W<MISC_CONF_SPEC>) -> Self
Converts to this type from the input type.
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