Trait nrf51::clock::ClockClient
[−]
[src]
pub trait ClockClient { fn event(&self); }
Required Methods
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.