Expand description
Working with timer counter hardware
Structs§
- Interrupt handler for async timer operarions
- A generic hardware timer counter.
- Wrapper around a
TimerCounter
with anasync
interface
Traits§
- Trait enabling the use of a Timer/Counter in async mode. Specifically, this trait enables us to register a
TC*
interrupt as a waker for timer futures. - This is a helper trait to make it easier to make most of the TimerCounter impl generic. It doesn’t make too much sense to to try to implement this trait outside of this module.