#[repr(u8)]pub enum Tpsw {
DISABLE = 0,
CYCLES_2 = 1,
CYCLES_4 = 2,
CYCLES_8 = 3,
}Variants§
DISABLE = 0
Continuous monitoring, pin sampling disabled
CYCLES_2 = 1
2 cycles for pull enable and 1 cycle for input buffer enable
CYCLES_4 = 2
4 cycles for pull enable and 2 cycles for input buffer enable
CYCLES_8 = 3
8 cycles for pull enable and 4 cycles for input buffer enable
Implementations§
Trait Implementations§
Source§impl Ord for Tpsw
impl Ord for Tpsw
Source§impl PartialOrd for Tpsw
impl PartialOrd for Tpsw
impl Copy for Tpsw
impl Eq for Tpsw
impl StructuralPartialEq for Tpsw
Auto Trait Implementations§
impl Freeze for Tpsw
impl RefUnwindSafe for Tpsw
impl Send for Tpsw
impl Sync for Tpsw
impl Unpin for Tpsw
impl UnwindSafe for Tpsw
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