Ben Katz / mbed-dev-f303

Dependents:   Hobbyking_Cheetah_Compact Hobbyking_Cheetah_Compact_DRV8323_14bit Hobbyking_Cheetah_Compact_DRV8323_V51_201907 HKC_MiniCheetah ... more

Fork of mbed-dev by mbed official

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

us_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 47 of file ticker_api.h.


Field Documentation

uint32_t id

TimerEvent object.

Definition at line 49 of file ticker_api.h.

Next event in the queue.

Definition at line 50 of file ticker_api.h.

Event's timestamp.

Definition at line 48 of file ticker_api.h.