Type Alias RCC

Source
pub type RCC = Periph<RegisterBlock, 0x4002_1000>;
Expand description

Reset and clock control

See peripheral structure

Aliased Type§

struct RCC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for RCC

Source§

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

Formats the value using the given formatter. Read more