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

Reset peripheral

Required Methods

Implementors