#[repr(u8)]pub enum Flexcan1RxSelectInputDaisy {
GPIO_SD_B1_03_ALT4 = 0,
GPIO_EMC_18_ALT3 = 1,
GPIO_AD_B1_09_ALT2 = 2,
GPIO_B0_03_ALT2 = 3,
}Variants§
GPIO_SD_B1_03_ALT4 = 0
Selecting Pad: GPIO_SD_B1_03 for Mode: ALT4
GPIO_EMC_18_ALT3 = 1
Selecting Pad: GPIO_EMC_18 for Mode: ALT3
GPIO_AD_B1_09_ALT2 = 2
Selecting Pad: GPIO_AD_B1_09 for Mode: ALT2
GPIO_B0_03_ALT2 = 3
Selecting Pad: GPIO_B0_03 for Mode: ALT2
Implementations§
Trait Implementations§
Source§impl Clone for Flexcan1RxSelectInputDaisy
impl Clone for Flexcan1RxSelectInputDaisy
Source§fn clone(&self) -> Flexcan1RxSelectInputDaisy
fn clone(&self) -> Flexcan1RxSelectInputDaisy
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 Flexcan1RxSelectInputDaisy
impl Debug for Flexcan1RxSelectInputDaisy
Source§impl From<Flexcan1RxSelectInputDaisy> for u8
impl From<Flexcan1RxSelectInputDaisy> for u8
Source§fn from(val: Flexcan1RxSelectInputDaisy) -> u8
fn from(val: Flexcan1RxSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexcan1RxSelectInputDaisy
impl From<u8> for Flexcan1RxSelectInputDaisy
Source§fn from(val: u8) -> Flexcan1RxSelectInputDaisy
fn from(val: u8) -> Flexcan1RxSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Flexcan1RxSelectInputDaisy
impl Ord for Flexcan1RxSelectInputDaisy
Source§fn cmp(&self, other: &Flexcan1RxSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Flexcan1RxSelectInputDaisy) -> 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 Flexcan1RxSelectInputDaisy
impl PartialOrd for Flexcan1RxSelectInputDaisy
impl Copy for Flexcan1RxSelectInputDaisy
impl Eq for Flexcan1RxSelectInputDaisy
impl StructuralPartialEq for Flexcan1RxSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Flexcan1RxSelectInputDaisy
impl RefUnwindSafe for Flexcan1RxSelectInputDaisy
impl Send for Flexcan1RxSelectInputDaisy
impl Sync for Flexcan1RxSelectInputDaisy
impl Unpin for Flexcan1RxSelectInputDaisy
impl UnwindSafe for Flexcan1RxSelectInputDaisy
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