Trait mnemos_d1_core::ccu::BusGatingResetRegister
source · pub trait BusGatingResetRegister {
// Required methods
fn gating(ccu: &mut CCU, gating: BusGating);
fn reset(ccu: &mut CCU, reset: BusReset);
}
Expand description
Trait to be implemented for module clocks that can be gated and reset
Required Methods§
Object Safety§
This trait is not object safe.