Trait stm32f30x_hal::rcc::RccExt [] [src]

pub trait RccExt {
    fn constrain(self) -> Rcc;
}

Extension trait that constrains the RCC peripheral

Required Methods

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

Implementations on Foreign Types

impl RccExt for RCC
[src]

[src]

Implementors