Trait stm32f4xx_hal::rcc::Reset[][src]

pub trait Reset: RccBus {
    fn reset(rcc: &RccRB);
}
Expand description

Reset peripheral

Required methods

Implementors