#[repr(u8)]pub enum AFRL7_A {
Show 16 variants
AF0 = 0,
AF1 = 1,
AF2 = 2,
AF3 = 3,
AF4 = 4,
AF5 = 5,
AF6 = 6,
AF7 = 7,
AF8 = 8,
AF9 = 9,
AF10 = 10,
AF11 = 11,
AF12 = 12,
AF13 = 13,
AF14 = 14,
AF15 = 15,
}
Expand description
Alternate function selection for port x bit y (y = 0..7)
Value on reset: 0
Variants§
AF0 = 0
0: AF0
AF1 = 1
1: AF1
AF2 = 2
2: AF2
AF3 = 3
3: AF3
AF4 = 4
4: AF4
AF5 = 5
5: AF5
AF6 = 6
6: AF6
AF7 = 7
7: AF7
AF8 = 8
8: AF8
AF9 = 9
9: AF9
AF10 = 10
10: AF10
AF11 = 11
11: AF11
AF12 = 12
12: AF12
AF13 = 13
13: AF13
AF14 = 14
14: AF14
AF15 = 15
15: AF15
Trait Implementations§
impl Copy for AFRL7_A
impl StructuralPartialEq for AFRL7_A
Auto Trait Implementations§
impl Freeze for AFRL7_A
impl RefUnwindSafe for AFRL7_A
impl Send for AFRL7_A
impl Sync for AFRL7_A
impl Unpin for AFRL7_A
impl UnwindSafe for AFRL7_A
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