#[repr(u8)]pub enum CsiHsyncSelectInputDaisy {
GPIO_AD_B0_15_ALT4 = 0,
GPIO_AD_B1_07_ALT4 = 1,
GPIO_B1_14_ALT2 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_AD_B0_15_ALT4 = 0
Selecting Pad: GPIO_AD_B0_15 for Mode: ALT4
GPIO_AD_B1_07_ALT4 = 1
Selecting Pad: GPIO_AD_B1_07 for Mode: ALT4
GPIO_B1_14_ALT2 = 2
Selecting Pad: GPIO_B1_14 for Mode: ALT2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for CsiHsyncSelectInputDaisy
impl Clone for CsiHsyncSelectInputDaisy
Source§fn clone(&self) -> CsiHsyncSelectInputDaisy
fn clone(&self) -> CsiHsyncSelectInputDaisy
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 CsiHsyncSelectInputDaisy
impl Debug for CsiHsyncSelectInputDaisy
Source§impl From<CsiHsyncSelectInputDaisy> for u8
impl From<CsiHsyncSelectInputDaisy> for u8
Source§fn from(val: CsiHsyncSelectInputDaisy) -> u8
fn from(val: CsiHsyncSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CsiHsyncSelectInputDaisy
impl From<u8> for CsiHsyncSelectInputDaisy
Source§fn from(val: u8) -> CsiHsyncSelectInputDaisy
fn from(val: u8) -> CsiHsyncSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for CsiHsyncSelectInputDaisy
impl Ord for CsiHsyncSelectInputDaisy
Source§fn cmp(&self, other: &CsiHsyncSelectInputDaisy) -> Ordering
fn cmp(&self, other: &CsiHsyncSelectInputDaisy) -> 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 CsiHsyncSelectInputDaisy
impl PartialEq for CsiHsyncSelectInputDaisy
Source§impl PartialOrd for CsiHsyncSelectInputDaisy
impl PartialOrd for CsiHsyncSelectInputDaisy
impl Copy for CsiHsyncSelectInputDaisy
impl Eq for CsiHsyncSelectInputDaisy
impl StructuralPartialEq for CsiHsyncSelectInputDaisy
Auto Trait Implementations§
impl Freeze for CsiHsyncSelectInputDaisy
impl RefUnwindSafe for CsiHsyncSelectInputDaisy
impl Send for CsiHsyncSelectInputDaisy
impl Sync for CsiHsyncSelectInputDaisy
impl Unpin for CsiHsyncSelectInputDaisy
impl UnwindSafe for CsiHsyncSelectInputDaisy
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