Enum attiny_hal::wdt::Timeout
source · pub enum Timeout {
Ms16,
Ms32,
Ms64,
Ms125,
Ms250,
Ms500,
Ms1000,
Ms2000,
Ms4000,
Ms8000,
}
Expand description
Watchdog Timeout
Variants§
Ms16
16 milliseconds
Ms32
32 milliseconds
Ms64
64 milliseconds
Ms125
125 milliseconds
Ms250
250 milliseconds
Ms500
500 milliseconds
Ms1000
1 second
Ms2000
2 seconds
Ms4000
4 seconds
Ms8000
8 seconds
Trait Implementations§
source§impl Ord for Timeout
impl Ord for Timeout
source§impl PartialEq for Timeout
impl PartialEq for Timeout
source§impl PartialOrd for Timeout
impl PartialOrd for Timeout
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Timeout
impl Eq for Timeout
impl StructuralPartialEq for Timeout
Auto Trait Implementations§
impl Freeze for Timeout
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout
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