Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions | Static Public Member Functions
TimerEvent Class Reference

Base abstraction for timer interrupts. More...

#include <TimerEvent.h>

Inheritance diagram for TimerEvent:
NonCopyable< TimerEvent > SysTimer< US_IN_TICK, IRQ > Ticker LowPowerTicker Timeout LowPowerTimeout

Public Member Functions

virtual ~TimerEvent ()
 Destruction removes it... More...
 

Static Public Member Functions

static void irq (uint32_t id)
 The handler registered with the underlying timer interrupt. More...
 

Detailed Description

Base abstraction for timer interrupts.

Note
Synchronization level: Interrupt safe

Definition at line 34 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.

Parameters
idTimer Event ID
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.