Module timer

Module timer 

Source
Expand description

Timers (callbacks scheduled to run in the future)

§Implementation

Implement the TimerImplementation trait for an object, and use the register_timer_implementation to register that implementation for esp-radio.

See the TimerImplementation documentation for more information.

§Usage

Users should use TimerHandle to interact with timers created by the driver implementation.

Note that the only expected user of this crate is esp-radio.

Structs§

TimerHandle
A timer handle.

Traits§

TimerImplementation
A timer implementation.

Type Aliases§

TimerPtr
Pointer to an opaque timer created by the driver implementation.