RccExt

Trait RccExt 

Source
pub trait RccExt {
    // Required method
    fn configure(self) -> CFGR;
}
Expand description

Extension trait that sets up the RCC peripheral

Required Methods§

Source

fn configure(self) -> CFGR

Configure the clocks of the RCC peripheral

Implementors§