wanjun chen / Mbed 2 deprecated Nucleo_BLE_Demo

Dependencies:   Nucleo_BLE_API_IOTIO Nucleo_BLE_BlueNRG Nucleo_BLE_DemoApp Nucleo_Sensor_Shield mbed

Dependents:   Nucleo_BLE_Demo_IOTIO

Fork of Nucleo_BLE_Demo by Cortex Challenge Team

Embed: (wiki syntax)

« Back to documentation index

ticker_event_queue_t Struct Reference

ticker_event_queue_t Struct Reference

Tickers events 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

Tickers events queue structure.

Definition at line 45 of file ticker_api.h.


Field Documentation

ticker_event_handler event_handler

Event handler.

Definition at line 46 of file ticker_api.h.

A pointer to head.

Definition at line 47 of file ticker_api.h.