#[repr(u8)]pub enum HW5_A {
VALUE1 = 0,
VALUE2 = 1,
VALUE3 = 2,
}
Expand description
Port n Pin Hardware Select Bit 5
Value on reset: 0
Variants§
VALUE1 = 0
0: Software control only.
VALUE2 = 1
1: HW0 control path can override the software configuration.
VALUE3 = 2
2: HW1 control path can override the software configuration.
Trait Implementations§
impl Copy for HW5_A
impl Eq for HW5_A
impl IsEnum for HW5_A
impl StructuralPartialEq for HW5_A
Auto Trait Implementations§
impl Freeze for HW5_A
impl RefUnwindSafe for HW5_A
impl Send for HW5_A
impl Sync for HW5_A
impl Unpin for HW5_A
impl UnwindSafe for HW5_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