pub struct R(_);
Expand description
Register MISC_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn ahbm_rst_inter(&self) -> AHBM_RST_INTER_R
pub fn ahbm_rst_inter(&self) -> AHBM_RST_INTER_R
Bit 0 - Set this bit, then clear this bit to reset the internal ahb FSM.
sourcepub fn arb_pri_dis(&self) -> ARB_PRI_DIS_R
pub fn arb_pri_dis(&self) -> ARB_PRI_DIS_R
Bit 2 - Set this bit to disable priority arbitration function.
Methods from Deref<Target = R<MISC_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<MISC_CONF_SPEC>> for R
impl From<R<MISC_CONF_SPEC>> for R
sourcefn from(reader: R<MISC_CONF_SPEC>) -> Self
fn from(reader: R<MISC_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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