mbed libraries for KL25Z
TimerEvent Class Reference
Base abstraction for timer interrupts. More...
#include <TimerEvent.h>
Inherited by Ticker.
Public Member Functions | |
| virtual | ~TimerEvent () |
| Destruction removes it... | |
Static Public Member Functions | |
| static void | irq (uint32_t id) |
| The handler registered with the underlying timer interrupt. | |
Detailed Description
Base abstraction for timer interrupts.
Definition at line 25 of file TimerEvent.h.
Constructor & Destructor Documentation
| virtual ~TimerEvent | ( | ) | [virtual] |
Destruction removes it...
Member Function Documentation
| static void irq | ( | uint32_t | id ) | [static] |
The handler registered with the underlying timer interrupt.
Generated on Wed Jul 13 2022 13:18:34 by
1.7.2
Emilio Monti



