Demo program for library named SD_PlayerSkeleton of SD card player skeleton. SD カードプレーヤのための骨組みとして使うためのライブラリ SD_PlayerSkeleton の使用例.このプログラムについては,CQ出版社インターフェース誌 2018年7月号で解説している.

Dependencies:   F746_GUI F746_SAI_IO SD_PlayerSkeleton

Embed: (wiki syntax)

« Back to documentation index

ticker_event_s Struct Reference

ticker_event_s Struct Reference

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


Field Documentation

uint32_t id

TimerEvent object.

Definition at line 27 of file ticker_api.h.

Next event in the queue.

Definition at line 28 of file ticker_api.h.

timestamp_t timestamp

Event's timestamp.

Definition at line 26 of file ticker_api.h.