RCC

Type Alias RCC 

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

Reset and clock control

See peripheral structure

Aliased Type§

pub struct RCC { /* private fields */ }

Trait Implementations§

Source§

impl RccExt for RCC

Source§

fn constrain(self) -> Rcc

Constrains the RCC peripheral so it plays nicely with the other abstractions
Source§

fn freeze(self, rcc_cfg: Config) -> Rcc

Constrains the RCC peripheral and apply clock configuration