pub struct MSSR_SPEC;Expand description
Trait Implementations§
Source§impl Resettable for MSSR_SPEC
reset() method sets MSSR to value 0x80
impl Resettable for MSSR_SPEC
reset() method sets MSSR to value 0x80
Source§const RESET_VALUE: Self::Ux = {transmute(0x80): <can0::mssr::MSSR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x80): <can0::mssr::MSSR_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MSSR_SPEC
impl RefUnwindSafe for MSSR_SPEC
impl Send for MSSR_SPEC
impl Sync for MSSR_SPEC
impl Unpin for MSSR_SPEC
impl UnwindSafe for MSSR_SPEC
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