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

Reset peripheral

Required Methods

Implementors