pub enum Pinins {
Pinsel = 0,
Pinselplus1 = 1,
}Expand description
Timer Pin Input Select
Value on reset: 0
Variants§
Pinsel = 0
0: PINSEL selects timer pin input and output
Pinselplus1 = 1
1: PINSEL + 1 selects the timer pin input; timer pin output remains selected by PINSEL
Trait Implementations§
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