Enum Pinmux5
#[repr(u8)]pub enum Pinmux5 {
B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3 = 0,
B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3 = 1,
B_0X2_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1 = 2,
B_0X3_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1 = 3,
}
Variants§
B_0X0_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3 = 0
PA3
B_0X1_STM32C031X___GPIO_ASSIGNED_TO_WLCSP14_PIN_J3 = 1
PA4
B_0X2_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1 = 2
PA5
B_0X3_STM32C011X___GPIO_ASSIGNED_TO_WLCSP12_PIN_F1 = 3
PA6
Implementations§
Trait Implementations§
§impl Ord for Pinmux5
impl Ord for Pinmux5
§impl PartialOrd for Pinmux5
impl PartialOrd for Pinmux5
impl Copy for Pinmux5
impl Eq for Pinmux5
impl StructuralPartialEq for Pinmux5
Auto Trait Implementations§
impl Freeze for Pinmux5
impl RefUnwindSafe for Pinmux5
impl Send for Pinmux5
impl Sync for Pinmux5
impl Unpin for Pinmux5
impl UnwindSafe for Pinmux5
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