Vipin Ranka / MGAS_GR_Peach

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_data_t Struct Reference

ticker_data_t Struct Reference
[Hal]

Ticker's data structure. More...

#include <ticker_api.h>

Data Fields

const ticker_interface_tinterface
 Ticker's interface.
ticker_event_queue_tqueue
 Ticker's event queue.

Detailed Description

Ticker's data structure.

Definition at line 56 of file ticker_api.h.


Field Documentation

Ticker's interface.

Definition at line 57 of file ticker_api.h.

Ticker's event queue.

Definition at line 58 of file ticker_api.h.