Trait kernel::hil::time::Client
[−]
[src]
pub trait Client { fn fired(&self); }
A client of an implementor of the Alarm
trait.
Required Methods
fn fired(&self)
Callback signaled when the alarm's clock reaches the value set in
Alarm#set_alarm
.