#[repr(u8)]pub enum Supv {
ID2 = 0,
ID4 = 1,
}Variants§
ID2 = 0
FlexCAN is in User mode. Affected registers allow both Supervisor and Unrestricted accesses.
ID4 = 1
FlexCAN is in Supervisor mode. Affected registers allow only Supervisor access. Unrestricted access behaves as though the access was done to an unimplemented register location.
Implementations§
Trait Implementations§
Source§impl Ord for Supv
impl Ord for Supv
Source§impl PartialOrd for Supv
impl PartialOrd for Supv
impl Copy for Supv
impl Eq for Supv
impl StructuralPartialEq for Supv
Auto Trait Implementations§
impl Freeze for Supv
impl RefUnwindSafe for Supv
impl Send for Supv
impl Sync for Supv
impl Unpin for Supv
impl UnwindSafe for Supv
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