#[repr(u8)]
pub enum AltFn {
Show variants
Af0,
Af1,
Af2,
Af3,
Af4,
Af5,
Af6,
Af7,
Af8,
Af9,
Af10,
Af11,
Af12,
Af13,
Af14,
Af15,
}
Expand description
Values for GPIOx_AFRL
and GPIOx_AFRH
.
Performs copy-assignment from source
. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.