#[repr(u8)]pub enum PioAsw {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
For pins PIO0_9, PIO0_11, PIO0_12, PIO0_15, PIO0_18, PIO0_31, PIO1_0 and PIO1_9, analog switch is closed (enabled). For the other pins, analog switch is open (disabled).
VALUE1 = 1
For all pins except PIO0_9, PIO0_11, PIO0_12, PIO0_15, PIO0_18, PIO0_31, PIO1_0 and PIO1_9 analog switch is closed (enabled)
Implementations§
Trait Implementations§
Source§impl Ord for PioAsw
impl Ord for PioAsw
Source§impl PartialOrd for PioAsw
impl PartialOrd for PioAsw
impl Copy for PioAsw
impl Eq for PioAsw
impl StructuralPartialEq for PioAsw
Auto Trait Implementations§
impl Freeze for PioAsw
impl RefUnwindSafe for PioAsw
impl Send for PioAsw
impl Sync for PioAsw
impl Unpin for PioAsw
impl UnwindSafe for PioAsw
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