#[repr(u8)]pub enum Wrmfrz {
WRMFRZ_0 = 0,
WRMFRZ_1 = 1,
}Variants§
WRMFRZ_0 = 0
Keep the write access restricted in some regions of FlexCAN memory
WRMFRZ_1 = 1
Enable unrestricted write access to FlexCAN memory
Implementations§
Trait Implementations§
Source§impl Ord for Wrmfrz
impl Ord for Wrmfrz
Source§impl PartialOrd for Wrmfrz
impl PartialOrd for Wrmfrz
impl Copy for Wrmfrz
impl Eq for Wrmfrz
impl StructuralPartialEq for Wrmfrz
Auto Trait Implementations§
impl Freeze for Wrmfrz
impl RefUnwindSafe for Wrmfrz
impl Send for Wrmfrz
impl Sync for Wrmfrz
impl Unpin for Wrmfrz
impl UnwindSafe for Wrmfrz
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