#[repr(u8)]pub enum Dma0ItrigInmuxInp {
Show 32 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,
VAL16 = 16,
VAL17 = 17,
VAL18 = 18,
VAL19 = 19,
VAL20 = 20,
VAL21 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}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 CTIMER1 Match 0
VAL7 = 7
Timer CTIMER1 Match 1
VAL8 = 8
Timer CTIMER2 Match 0
VAL9 = 9
Timer CTIMER2 Match 1
VAL10 = 10
Timer CTIMER3 Match 0
VAL11 = 11
Timer CTIMER3 Match 1
VAL12 = 12
Timer CTIMER4 Match 0
VAL13 = 13
Timer CTIMER4 Match 1
VAL14 = 14
COMP_OUTPUT
VAL15 = 15
DMA0 output trigger mux 0
VAL16 = 16
DMA0 output trigger mux 1
VAL17 = 17
DMA0 output trigger mux 1
VAL18 = 18
DMA0 output trigger mux 3
VAL19 = 19
SCT0 DMA request 0
VAL20 = 20
SCT0 DMA request 1
VAL21 = 21
HASH DMA RX trigger
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Clone for Dma0ItrigInmuxInp
impl Clone for Dma0ItrigInmuxInp
Source§fn clone(&self) -> Dma0ItrigInmuxInp
fn clone(&self) -> Dma0ItrigInmuxInp
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 Dma0ItrigInmuxInp
impl Debug for Dma0ItrigInmuxInp
Source§impl From<Dma0ItrigInmuxInp> for u8
impl From<Dma0ItrigInmuxInp> for u8
Source§fn from(val: Dma0ItrigInmuxInp) -> u8
fn from(val: Dma0ItrigInmuxInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Dma0ItrigInmuxInp
impl From<u8> for Dma0ItrigInmuxInp
Source§fn from(val: u8) -> Dma0ItrigInmuxInp
fn from(val: u8) -> Dma0ItrigInmuxInp
Converts to this type from the input type.
Source§impl Ord for Dma0ItrigInmuxInp
impl Ord for Dma0ItrigInmuxInp
Source§fn cmp(&self, other: &Dma0ItrigInmuxInp) -> Ordering
fn cmp(&self, other: &Dma0ItrigInmuxInp) -> 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 Dma0ItrigInmuxInp
impl PartialEq for Dma0ItrigInmuxInp
Source§impl PartialOrd for Dma0ItrigInmuxInp
impl PartialOrd for Dma0ItrigInmuxInp
impl Copy for Dma0ItrigInmuxInp
impl Eq for Dma0ItrigInmuxInp
impl StructuralPartialEq for Dma0ItrigInmuxInp
Auto Trait Implementations§
impl Freeze for Dma0ItrigInmuxInp
impl RefUnwindSafe for Dma0ItrigInmuxInp
impl Send for Dma0ItrigInmuxInp
impl Sync for Dma0ItrigInmuxInp
impl Unpin for Dma0ItrigInmuxInp
impl UnwindSafe for Dma0ItrigInmuxInp
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