esp_idf_svc::hal::task::watchdog

Type Alias TWDTConfig

Source
pub type TWDTConfig = Config;

Aliased Type§

struct TWDTConfig {
    pub duration: Duration,
    pub panic_on_trigger: bool,
    pub subscribed_idle_tasks: EnumSet<Core>,
}

Fields§

§duration: Duration§panic_on_trigger: bool§subscribed_idle_tasks: EnumSet<Core>

Implementations

Trait Implementations

Source§

impl Clone for Config

Source§

fn clone(&self) -> Config

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for Config

Source§

fn default() -> Config

Returns the “default value” for a type. Read more