#[repr(transparent)]pub struct MmCtl(pub u32);Expand description
Memory Map Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl MmCtl
impl MmCtl
Sourcepub const fn set_mm_sel(&mut self, val: bool)
pub const fn set_mm_sel(&mut self, val: bool)
Register Access Enable
Sourcepub const fn set_bist_on(&mut self, val: BistOn)
pub const fn set_bist_on(&mut self, val: BistOn)
BIST on
Sourcepub const fn force_sw_clk(&self) -> ForceSwClk
pub const fn force_sw_clk(&self) -> ForceSwClk
Force Switch Clock
Sourcepub const fn set_force_sw_clk(&mut self, val: ForceSwClk)
pub const fn set_force_sw_clk(&mut self, val: ForceSwClk)
Force Switch Clock
Trait Implementations§
impl Copy for MmCtl
impl Eq for MmCtl
impl StructuralPartialEq for MmCtl
Auto Trait Implementations§
impl Freeze for MmCtl
impl RefUnwindSafe for MmCtl
impl Send for MmCtl
impl Sync for MmCtl
impl Unpin for MmCtl
impl UnwindSafe for MmCtl
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