Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

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.

Synchronization level: Interrupt safe

Definition at line 30 of file TimerEvent.h.