#[repr(u8)]pub enum Wakint {
WAKINT_0 = 0,
WAKINT_1 = 1,
}Variants§
WAKINT_0 = 0
No such occurrence
WAKINT_1 = 1
Indicates a recessive to dominant transition received on the CAN bus when the FLEXCAN module is in Stop Mode
Implementations§
Trait Implementations§
Source§impl Ord for Wakint
impl Ord for Wakint
Source§impl PartialOrd for Wakint
impl PartialOrd for Wakint
impl Copy for Wakint
impl Eq for Wakint
impl StructuralPartialEq for Wakint
Auto Trait Implementations§
impl Freeze for Wakint
impl RefUnwindSafe for Wakint
impl Send for Wakint
impl Sync for Wakint
impl Unpin for Wakint
impl UnwindSafe for Wakint
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