Enum stm32wlxx_hal::pac::gpioa::afrh::AFRH9_A
#[repr(u8)]pub enum AFRH9_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,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Alternate function selection for port x bit y (y = 8..15)
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 AFRH8_A
impl StructuralPartialEq for AFRH8_A
Auto Trait Implementations§
impl RefUnwindSafe for AFRH8_A
impl Send for AFRH8_A
impl Sync for AFRH8_A
impl Unpin for AFRH8_A
impl UnwindSafe for AFRH8_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