pub struct MCTRL_SPEC;
Expand description
Cache Monitor Control Register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see mctrl module
Trait Implementations
sourceimpl RegisterSpec for MCTRL_SPEC
impl RegisterSpec for MCTRL_SPEC
sourceimpl Resettable for MCTRL_SPEC
impl Resettable for MCTRL_SPEC
reset()
method sets MCTRL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for MCTRL_SPEC
impl Send for MCTRL_SPEC
impl Sync for MCTRL_SPEC
impl Unpin for MCTRL_SPEC
impl UnwindSafe for MCTRL_SPEC
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