Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

Embed: (wiki syntax)

« Back to documentation index

ticker_event_s Struct Reference

ticker_event_s Struct Reference
[Hal]

Ticker's event structure. More...

#include <ticker_api.h>

Data Fields

timestamp_t timestamp
 Event's timestamp.
uint32_t id
 TimerEvent object.
struct ticker_event_snext
 Next event in the queue.

Detailed Description

Ticker's event structure.

Definition at line 29 of file ticker_api.h.


Field Documentation

uint32_t id

TimerEvent object.

Definition at line 31 of file ticker_api.h.

Next event in the queue.

Definition at line 32 of file ticker_api.h.

timestamp_t timestamp

Event's timestamp.

Definition at line 30 of file ticker_api.h.