Wdog

Type Alias Wdog 

pub type Wdog = Periph<RegisterBlock, 0x4005_2000>;
Expand description

Watchdog timer

Aliased Type§

pub struct Wdog {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Wdog

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more