#[repr(u8)]pub enum CanfdIppIndCanrxSelectInputDaisy {
GPIO_EMC_37_ALT9 = 0,
GPIO_AD_B0_15_ALT8 = 1,
GPIO_AD_B0_11_ALT8 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_EMC_37_ALT9 = 0
Selecting Pad: GPIO_EMC_37 for Mode: ALT9
GPIO_AD_B0_15_ALT8 = 1
Selecting Pad: GPIO_AD_B0_15 for Mode: ALT8
GPIO_AD_B0_11_ALT8 = 2
Selecting Pad: GPIO_AD_B0_11 for Mode: ALT8
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for CanfdIppIndCanrxSelectInputDaisy
impl Clone for CanfdIppIndCanrxSelectInputDaisy
Source§fn clone(&self) -> CanfdIppIndCanrxSelectInputDaisy
fn clone(&self) -> CanfdIppIndCanrxSelectInputDaisy
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 From<CanfdIppIndCanrxSelectInputDaisy> for u8
impl From<CanfdIppIndCanrxSelectInputDaisy> for u8
Source§fn from(val: CanfdIppIndCanrxSelectInputDaisy) -> u8
fn from(val: CanfdIppIndCanrxSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CanfdIppIndCanrxSelectInputDaisy
impl From<u8> for CanfdIppIndCanrxSelectInputDaisy
Source§fn from(val: u8) -> CanfdIppIndCanrxSelectInputDaisy
fn from(val: u8) -> CanfdIppIndCanrxSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for CanfdIppIndCanrxSelectInputDaisy
impl Ord for CanfdIppIndCanrxSelectInputDaisy
Source§fn cmp(&self, other: &CanfdIppIndCanrxSelectInputDaisy) -> Ordering
fn cmp(&self, other: &CanfdIppIndCanrxSelectInputDaisy) -> 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 PartialEq for CanfdIppIndCanrxSelectInputDaisy
impl PartialEq for CanfdIppIndCanrxSelectInputDaisy
Source§fn eq(&self, other: &CanfdIppIndCanrxSelectInputDaisy) -> bool
fn eq(&self, other: &CanfdIppIndCanrxSelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CanfdIppIndCanrxSelectInputDaisy
impl PartialOrd for CanfdIppIndCanrxSelectInputDaisy
impl Copy for CanfdIppIndCanrxSelectInputDaisy
impl Eq for CanfdIppIndCanrxSelectInputDaisy
impl StructuralPartialEq for CanfdIppIndCanrxSelectInputDaisy
Auto Trait Implementations§
impl Freeze for CanfdIppIndCanrxSelectInputDaisy
impl RefUnwindSafe for CanfdIppIndCanrxSelectInputDaisy
impl Send for CanfdIppIndCanrxSelectInputDaisy
impl Sync for CanfdIppIndCanrxSelectInputDaisy
impl Unpin for CanfdIppIndCanrxSelectInputDaisy
impl UnwindSafe for CanfdIppIndCanrxSelectInputDaisy
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