Type Alias IWDG

Source
pub type IWDG = Periph<RegisterBlock, 0x4000_3000>;
Expand description

Independent watchdog

See peripheral structure

Aliased Type§

struct IWDG { /* private fields */ }

Trait Implementations§

Source§

impl Debug for IWDG

Source§

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

Formats the value using the given formatter. Read more