pub struct R(_);
Expand description
Register MISC_CONF
reader
Implementations§
source§impl 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§
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