Trait stm32f30x_hal::rcc::RccExt
[−]
[src]
pub trait RccExt {
fn constrain(self) -> Rcc;
}Extension trait that constrains the RCC peripheral
Required Methods
fn constrain(self) -> Rcc
Constrains the RCC peripheral so it plays nicely with the other abstractions