#[repr(u32)]pub enum PinmuxMioOut {
Show 47 variants
Ioa0 = 0,
Ioa1 = 1,
Ioa2 = 2,
Ioa3 = 3,
Ioa4 = 4,
Ioa5 = 5,
Ioa6 = 6,
Ioa7 = 7,
Ioa8 = 8,
Iob0 = 9,
Iob1 = 10,
Iob2 = 11,
Iob3 = 12,
Iob4 = 13,
Iob5 = 14,
Iob6 = 15,
Iob7 = 16,
Iob8 = 17,
Iob9 = 18,
Iob10 = 19,
Iob11 = 20,
Iob12 = 21,
Ioc0 = 22,
Ioc1 = 23,
Ioc2 = 24,
Ioc3 = 25,
Ioc4 = 26,
Ioc5 = 27,
Ioc6 = 28,
Ioc7 = 29,
Ioc8 = 30,
Ioc9 = 31,
Ioc10 = 32,
Ioc11 = 33,
Ioc12 = 34,
Ior0 = 35,
Ior1 = 36,
Ior2 = 37,
Ior3 = 38,
Ior4 = 39,
Ior5 = 40,
Ior6 = 41,
Ior7 = 42,
Ior10 = 43,
Ior11 = 44,
Ior12 = 45,
Ior13 = 46,
}
Expand description
Pinmux MIO Output.
Variants§
Ioa0 = 0
MIO Pad 0
Ioa1 = 1
MIO Pad 1
Ioa2 = 2
MIO Pad 2
Ioa3 = 3
MIO Pad 3
Ioa4 = 4
MIO Pad 4
Ioa5 = 5
MIO Pad 5
Ioa6 = 6
MIO Pad 6
Ioa7 = 7
MIO Pad 7
Ioa8 = 8
MIO Pad 8
Iob0 = 9
MIO Pad 9
Iob1 = 10
MIO Pad 10
Iob2 = 11
MIO Pad 11
Iob3 = 12
MIO Pad 12
Iob4 = 13
MIO Pad 13
Iob5 = 14
MIO Pad 14
Iob6 = 15
MIO Pad 15
Iob7 = 16
MIO Pad 16
Iob8 = 17
MIO Pad 17
Iob9 = 18
MIO Pad 18
Iob10 = 19
MIO Pad 19
Iob11 = 20
MIO Pad 20
Iob12 = 21
MIO Pad 21
Ioc0 = 22
MIO Pad 22
Ioc1 = 23
MIO Pad 23
Ioc2 = 24
MIO Pad 24
Ioc3 = 25
MIO Pad 25
Ioc4 = 26
MIO Pad 26
Ioc5 = 27
MIO Pad 27
Ioc6 = 28
MIO Pad 28
Ioc7 = 29
MIO Pad 29
Ioc8 = 30
MIO Pad 30
Ioc9 = 31
MIO Pad 31
Ioc10 = 32
MIO Pad 32
Ioc11 = 33
MIO Pad 33
Ioc12 = 34
MIO Pad 34
Ior0 = 35
MIO Pad 35
Ior1 = 36
MIO Pad 36
Ior2 = 37
MIO Pad 37
Ior3 = 38
MIO Pad 38
Ior4 = 39
MIO Pad 39
Ior5 = 40
MIO Pad 40
Ior6 = 41
MIO Pad 41
Ior7 = 42
MIO Pad 42
Ior10 = 43
MIO Pad 43
Ior11 = 44
MIO Pad 44
Ior12 = 45
MIO Pad 45
Ior13 = 46
MIO Pad 46
Trait Implementations§
Source§impl Clone for PinmuxMioOut
impl Clone for PinmuxMioOut
Source§fn clone(&self) -> PinmuxMioOut
fn clone(&self) -> PinmuxMioOut
Returns a copy 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 PartialEq for PinmuxMioOut
impl PartialEq for PinmuxMioOut
Source§impl TryFrom<u32> for PinmuxMioOut
impl TryFrom<u32> for PinmuxMioOut
impl Copy for PinmuxMioOut
impl Eq for PinmuxMioOut
impl StructuralPartialEq for PinmuxMioOut
Auto Trait Implementations§
impl Freeze for PinmuxMioOut
impl RefUnwindSafe for PinmuxMioOut
impl Send for PinmuxMioOut
impl Sync for PinmuxMioOut
impl Unpin for PinmuxMioOut
impl UnwindSafe for PinmuxMioOut
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