Type Alias WWDG

Source
pub type WWDG = Periph<RegisterBlock, 0x4000_2c00>;
Expand description

Window watchdog

See peripheral structure

Aliased Type§

struct WWDG { /* private fields */ }

Trait Implementations§

Source§

impl Debug for WWDG

Source§

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

Formats the value using the given formatter. Read more