Trait stm32f1xx_hal::rcc::Reset

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

Reset peripheral

Required Methods§

Implementors§