Enum esp32_hal::timer::Error [−][src]
pub enum Error { UnsupportedWatchdogConfig, OutOfRange, Disabled, }
Expand description
Timer errors
Variants
Unsupported frequency configuration
Value out of range
Timer is disabled
pub enum Error { UnsupportedWatchdogConfig, OutOfRange, Disabled, }
Timer errors
Unsupported frequency configuration
Value out of range
Timer is disabled