This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

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.