Trait nrf52832::clock::ClockClient

source ·
pub trait ClockClient {
    // Required method
    fn event(&self);
}

Required Methods§

source

fn event(&self)

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§