Trait stm32f7xx_hal::rcc::Reset[][src]

pub trait Reset: RccBus {
    fn reset(apb: &mut Self::Bus);
}
Expand description

Reset peripheral

Required methods

Implementors