Enum Pinmux3
#[repr(u8)]pub enum Pinmux3 {
B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2 = 0,
B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2 = 1,
B_0X2_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8 = 2,
_RESERVED_3 = 3,
}
Variants§
B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2 = 0
PA5
B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_H2 = 1
PA6
B_0X2_STM32C011X___GPIO_ASSIGNED_TO_SO8_PIN_8 = 2
PC15
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Pinmux3
impl Ord for Pinmux3
§impl PartialOrd for Pinmux3
impl PartialOrd for Pinmux3
impl Copy for Pinmux3
impl Eq for Pinmux3
impl StructuralPartialEq for Pinmux3
Auto Trait Implementations§
impl Freeze for Pinmux3
impl RefUnwindSafe for Pinmux3
impl Send for Pinmux3
impl Sync for Pinmux3
impl Unpin for Pinmux3
impl UnwindSafe for Pinmux3
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