Ewm

Type Alias Ewm 

pub type Ewm = Periph<RegisterBlock, 0x4006_1000>;
Expand description

External Watchdog Monitor

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Ewm

§

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

Formats the value using the given formatter. Read more