Expand description
Working with timer counter hardware
Structs§
- Interrupt
Handler - Interrupt handler for async timer operarions
- Timer
Counter - A generic hardware timer counter.
- Timer
Future - Wrapper around a
TimerCounter
with anasync
interface
Traits§
- Async
Count16 - 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. - Count16
- 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.