Enum esp8266_hal::watchdog::StageTimeout
source · [−]#[repr(u8)]
pub enum StageTimeout {
StageDisabled,
Stage084Sec,
Stage168Sec,
Stage336Sec,
Stage671Sec,
Stage1342Sec,
Stage2684Sec,
}
Variants
StageDisabled
Stage084Sec
Roughly 0.84 seconds at 80Mhz
Stage168Sec
Roughly 1.68 seconds at 80Mhz
Stage336Sec
Roughly 3.36 seconds at 80Mhz
Stage671Sec
Roughly 6.71 seconds at 80Mhz
Stage1342Sec
Roughly 13.4 seconds at 80Mhz
Stage2684Sec
Roughly 26.8 seconds at 80Mhz
Trait Implementations
sourceimpl Clone for StageTimeout
impl Clone for StageTimeout
sourcefn clone(&self) -> StageTimeout
fn clone(&self) -> StageTimeout
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StageTimeout
impl Debug for StageTimeout
sourceimpl From<Milliseconds> for StageTimeout
impl From<Milliseconds> for StageTimeout
sourcefn from(ms: Milliseconds) -> StageTimeout
fn from(ms: Milliseconds) -> StageTimeout
Converts to this type from the input type.
sourceimpl From<StageTimeout> for (StageTimeout, StageTimeout)
impl From<StageTimeout> for (StageTimeout, StageTimeout)
sourcefn from(stage0: StageTimeout) -> (StageTimeout, StageTimeout)
fn from(stage0: StageTimeout) -> (StageTimeout, StageTimeout)
Converts to this type from the input type.
sourceimpl From<StageTimeout> for Milliseconds
impl From<StageTimeout> for Milliseconds
sourcefn from(timeout: StageTimeout) -> Milliseconds
fn from(timeout: StageTimeout) -> Milliseconds
Converts to this type from the input type.
sourceimpl PartialEq<StageTimeout> for StageTimeout
impl PartialEq<StageTimeout> for StageTimeout
impl Copy for StageTimeout
impl Eq for StageTimeout
impl StructuralEq for StageTimeout
impl StructuralPartialEq for StageTimeout
Auto Trait Implementations
impl RefUnwindSafe for StageTimeout
impl Send for StageTimeout
impl Sync for StageTimeout
impl Unpin for StageTimeout
impl UnwindSafe for StageTimeout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more