#[repr(u8)]pub enum Flexcan2RxSelectInputDaisy {
GPIO_EMC_10_ALT3 = 0,
GPIO_AD_B0_03_ALT0 = 1,
GPIO_AD_B0_15_ALT6 = 2,
GPIO_B1_09_ALT6 = 3,
}Variants§
GPIO_EMC_10_ALT3 = 0
Selecting Pad: GPIO_EMC_10 for Mode: ALT3
GPIO_AD_B0_03_ALT0 = 1
Selecting Pad: GPIO_AD_B0_03 for Mode: ALT0
GPIO_AD_B0_15_ALT6 = 2
Selecting Pad: GPIO_AD_B0_15 for Mode: ALT6
GPIO_B1_09_ALT6 = 3
Selecting Pad: GPIO_B1_09 for Mode: ALT6
Implementations§
Trait Implementations§
Source§impl Clone for Flexcan2RxSelectInputDaisy
impl Clone for Flexcan2RxSelectInputDaisy
Source§fn clone(&self) -> Flexcan2RxSelectInputDaisy
fn clone(&self) -> Flexcan2RxSelectInputDaisy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Flexcan2RxSelectInputDaisy
impl Debug for Flexcan2RxSelectInputDaisy
Source§impl From<Flexcan2RxSelectInputDaisy> for u8
impl From<Flexcan2RxSelectInputDaisy> for u8
Source§fn from(val: Flexcan2RxSelectInputDaisy) -> u8
fn from(val: Flexcan2RxSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexcan2RxSelectInputDaisy
impl From<u8> for Flexcan2RxSelectInputDaisy
Source§fn from(val: u8) -> Flexcan2RxSelectInputDaisy
fn from(val: u8) -> Flexcan2RxSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Flexcan2RxSelectInputDaisy
impl Ord for Flexcan2RxSelectInputDaisy
Source§fn cmp(&self, other: &Flexcan2RxSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Flexcan2RxSelectInputDaisy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Flexcan2RxSelectInputDaisy
impl PartialOrd for Flexcan2RxSelectInputDaisy
impl Copy for Flexcan2RxSelectInputDaisy
impl Eq for Flexcan2RxSelectInputDaisy
impl StructuralPartialEq for Flexcan2RxSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Flexcan2RxSelectInputDaisy
impl RefUnwindSafe for Flexcan2RxSelectInputDaisy
impl Send for Flexcan2RxSelectInputDaisy
impl Sync for Flexcan2RxSelectInputDaisy
impl Unpin for Flexcan2RxSelectInputDaisy
impl UnwindSafe for Flexcan2RxSelectInputDaisy
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