#[repr(u8)]pub enum Waksrc {
WAKSRC_0 = 0,
WAKSRC_1 = 1,
}Variants§
WAKSRC_0 = 0
FLEXCAN uses the unfiltered FLEXCAN_RX input to detect recessive to dominant edges on the CAN bus.
WAKSRC_1 = 1
FLEXCAN uses the filtered FLEXCAN_RX input to detect recessive to dominant edges on the CAN bus
Implementations§
Trait Implementations§
Source§impl Ord for Waksrc
impl Ord for Waksrc
Source§impl PartialOrd for Waksrc
impl PartialOrd for Waksrc
impl Copy for Waksrc
impl Eq for Waksrc
impl StructuralPartialEq for Waksrc
Auto Trait Implementations§
impl Freeze for Waksrc
impl RefUnwindSafe for Waksrc
impl Send for Waksrc
impl Sync for Waksrc
impl Unpin for Waksrc
impl UnwindSafe for Waksrc
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