Trait stm32f7xx_hal::rcc::Enable[][src]

pub trait Enable: RccBus {
    fn enable(apb: &mut Self::Bus);
fn disable(apb: &mut Self::Bus); }
Expand description

Enable/disable peripheral

Required methods

Implementors