Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
TimerEvent Class Reference
[Drivers]
Base abstraction for timer interrupts. More...
#include <TimerEvent.h>
Inherits NonCopyable< TimerEvent >.
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.
- Note:
- Synchronization level: Interrupt safe
Definition at line 31 of file TimerEvent.h.
Constructor & Destructor Documentation
~TimerEvent | ( | ) | [virtual] |
Destruction removes it...
Definition at line 38 of file TimerEvent.cpp.
Member Function Documentation
void irq | ( | uint32_t | id ) | [static] |
The handler registered with the underlying timer interrupt.
- Parameters:
-
id Timer Event ID
Definition at line 33 of file TimerEvent.cpp.
Generated on Thu Jul 14 2022 19:34:41 by
