#[repr(u8)]pub enum Pinins {
PINSEL = 0,
PINSELPLUS1 = 1,
}Variants§
PINSEL = 0
PINSEL selects timer pin input and output
PINSELPLUS1 = 1
PINSEL + 1 selects the timer pin input; timer pin output remains selected by PINSEL
Implementations§
Trait Implementations§
Source§impl Ord for Pinins
impl Ord for Pinins
Source§impl PartialOrd for Pinins
impl PartialOrd for Pinins
impl Copy for Pinins
impl Eq for Pinins
impl StructuralPartialEq for Pinins
Auto Trait Implementations§
impl Freeze for Pinins
impl RefUnwindSafe for Pinins
impl Send for Pinins
impl Sync for Pinins
impl Unpin for Pinins
impl UnwindSafe for Pinins
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