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

ticker_event_queue_t Struct Reference

ticker_event_queue_t Struct Reference
[Hal]

Ticker's event queue structure. More...

#include <ticker_api.h>

Data Fields

ticker_event_handler event_handler
 Event handler.
ticker_event_thead
 A pointer to head.

Detailed Description

Ticker's event queue structure.

Definition at line 49 of file ticker_api.h.


Field Documentation

ticker_event_handler event_handler

Event handler.

Definition at line 50 of file ticker_api.h.

A pointer to head.

Definition at line 51 of file ticker_api.h.