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§
- Timer
Handle - A timer handle.
Traits§
- Timer
Implementation - A timer implementation.
Type Aliases§
- Timer
Ptr - Pointer to an opaque timer created by the driver implementation.