kernel::hil::time

Trait OverflowClient

Source
pub trait OverflowClient {
    // Required method
    fn overflow(&self);
}
Expand description

Callback handler for when a counter has overflowed past its maximum value and returned to 0.

Required Methods§

Source

fn overflow(&self)

Implementors§