mbed-dev library fork for STM32F100R6 microcontroller (LQFP64, 24MHz, 32kB flash, 4kB ram, 2-channel DAC, HDMI CEC, very cheap) . Use in online compiler (instead mbed library) with selected platform Nucleo F103RB.

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

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 26 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.

Definition at line 33 of file TimerEvent.cpp.