Type Alias SYSCFG

Source
pub type SYSCFG = Periph<RegisterBlock, 0x4001_0000>;
Expand description

System configuration controller

See peripheral structure

Aliased Type§

struct SYSCFG { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SYSCFG

Source§

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

Formats the value using the given formatter. Read more