mbed-dev library fork for STM32F100R6 microcontroller (LQFP64, 24MHz, 32kB flash, 4kB ram, 2-channel DAC, HDMI CEC, very cheap) . Use in online compiler (instead mbed library) with selected platform Nucleo F103RB.

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

ticker_data_t Struct Reference

ticker_data_t Struct Reference

Tickers data structure. More...

#include <ticker_api.h>

Data Fields

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

Detailed Description

Tickers data structure.

Definition at line 52 of file ticker_api.h.


Field Documentation

Ticker's interface.

Definition at line 53 of file ticker_api.h.

Ticker's events queue.

Definition at line 54 of file ticker_api.h.