#[repr(u8)]pub enum Dma1ItrigInmuxInp {
Show 16 variants
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
VAL8 = 8,
VAL9 = 9,
VAL10 = 10,
VAL11 = 11,
VAL12 = 12,
VAL13 = 13,
VAL14 = 14,
VAL15 = 15,
}Variants§
VAL0 = 0
Pin interrupt 0
VAL1 = 1
Pin interrupt 1
VAL2 = 2
Pin interrupt 2
VAL3 = 3
Pin interrupt 3
VAL4 = 4
Timer CTIMER0 Match 0
VAL5 = 5
Timer CTIMER0 Match 1
VAL6 = 6
Timer CTIMER2 Match 0
VAL7 = 7
Timer CTIMER4 Match 0
VAL8 = 8
DMA1 output trigger mux 0
VAL9 = 9
DMA1 output trigger mux 1
VAL10 = 10
DMA1 output trigger mux 2
VAL11 = 11
DMA1 output trigger mux 3
VAL12 = 12
SCT0 DMA request 0
VAL13 = 13
SCT0 DMA request 1
VAL14 = 14
HASH DMA RX trigger
VAL15 = 15
None
Implementations§
Trait Implementations§
Source§impl Clone for Dma1ItrigInmuxInp
impl Clone for Dma1ItrigInmuxInp
Source§fn clone(&self) -> Dma1ItrigInmuxInp
fn clone(&self) -> Dma1ItrigInmuxInp
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 Dma1ItrigInmuxInp
impl Debug for Dma1ItrigInmuxInp
Source§impl From<Dma1ItrigInmuxInp> for u8
impl From<Dma1ItrigInmuxInp> for u8
Source§fn from(val: Dma1ItrigInmuxInp) -> u8
fn from(val: Dma1ItrigInmuxInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Dma1ItrigInmuxInp
impl From<u8> for Dma1ItrigInmuxInp
Source§fn from(val: u8) -> Dma1ItrigInmuxInp
fn from(val: u8) -> Dma1ItrigInmuxInp
Converts to this type from the input type.
Source§impl Ord for Dma1ItrigInmuxInp
impl Ord for Dma1ItrigInmuxInp
Source§fn cmp(&self, other: &Dma1ItrigInmuxInp) -> Ordering
fn cmp(&self, other: &Dma1ItrigInmuxInp) -> 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 Dma1ItrigInmuxInp
impl PartialEq for Dma1ItrigInmuxInp
Source§impl PartialOrd for Dma1ItrigInmuxInp
impl PartialOrd for Dma1ItrigInmuxInp
impl Copy for Dma1ItrigInmuxInp
impl Eq for Dma1ItrigInmuxInp
impl StructuralPartialEq for Dma1ItrigInmuxInp
Auto Trait Implementations§
impl Freeze for Dma1ItrigInmuxInp
impl RefUnwindSafe for Dma1ItrigInmuxInp
impl Send for Dma1ItrigInmuxInp
impl Sync for Dma1ItrigInmuxInp
impl Unpin for Dma1ItrigInmuxInp
impl UnwindSafe for Dma1ItrigInmuxInp
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