#[repr(u8)]pub enum MuxMode {
ALT0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
ALT5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
ALT0 = 0
Select mux mode: ALT0 mux port: SNVS_LP_PMIC_ON_REQ of instance: snvs_lp
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
ALT5 = 5
Select mux mode: ALT5 mux port: GPIO5_IO00 of instance: gpio5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for MuxMode
impl Ord for MuxMode
Source§impl PartialOrd for MuxMode
impl PartialOrd for MuxMode
impl Copy for MuxMode
impl Eq for MuxMode
impl StructuralPartialEq for MuxMode
Auto Trait Implementations§
impl Freeze for MuxMode
impl RefUnwindSafe for MuxMode
impl Send for MuxMode
impl Sync for MuxMode
impl Unpin for MuxMode
impl UnwindSafe for MuxMode
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