Enum Tps
#[repr(u8)]pub enum Tps {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Pin Select
Value on reset: 0
Variants§
_00 = 0
0: Pulse counter input 0 is selected.
_01 = 1
1: Pulse counter input 1 is selected.
_10 = 2
2: Pulse counter input 2 is selected.
_11 = 3
3: Pulse counter input 3 is selected.
Trait Implementations§
impl Copy for Tps
impl Eq for Tps
impl IsEnum for Tps
impl StructuralPartialEq for Tps
Auto Trait Implementations§
impl Freeze for Tps
impl RefUnwindSafe for Tps
impl Send for Tps
impl Sync for Tps
impl Unpin for Tps
impl UnwindSafe for Tps
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