Output the audio signal with filtering by graphic equalizer in the *.wav file on the SD card using onboard CODEC. SD カードの *.wav ファイルのオーディオ信号をグラフィック・イコライザを通して,ボードに搭載されているCODEC で出力する.

Dependencies:   F746_GUI F746_SAI_IO SD_PlayerSkeleton FrequencyResponseDrawer

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.