Trait nrf52::clock::ClockClient [] [src]

pub trait ClockClient {
    fn event(&self);
}

Required Methods

All clock interrupts are control signals, e.g., when a clock has started etc. We don't actually handle any of them for now, but keep this trait in place for if we do need to in the future.

Implementors