Enum esp8266_hal::watchdog::StageTimeout [−][src]
#[repr(u8)]
pub enum StageTimeout {
StageDisabled,
Stage084Sec,
Stage168Sec,
Stage336Sec,
Stage671Sec,
Stage1342Sec,
Stage2684Sec,
}
Variants
Roughly 0.84 seconds at 80Mhz
Roughly 1.68 seconds at 80Mhz
Roughly 3.36 seconds at 80Mhz
Roughly 6.71 seconds at 80Mhz
Roughly 13.4 seconds at 80Mhz
Roughly 26.8 seconds at 80Mhz
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.