SD card player with variable cotoff frequency lowpass and highpass IIR filter. SD カードの *.wav ファイルのオーディオ信号を,遮断周波数可変 IIR 低域通過および高域通過フィルタを通して,ボードに搭載されているCODEC で出力する.このプログラムについては,CQ出版社インターフェース誌 2018年8月号で解説している.

Dependencies:   F746_GUI F746_SAI_IO FrequencyResponseDrawer SD_PlayerSkeleton

Embed: (wiki syntax)

« Back to documentation index

i2c_t Struct Reference

i2c_t Struct Reference

Asynch i2c hal structure. More...

#include <i2c_api.h>

Data Fields

struct i2c_s i2c
 Target specific i2c structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch i2c hal structure.

Definition at line 41 of file i2c_api.h.


Field Documentation

struct i2c_s i2c

Target specific i2c structure.

Definition at line 42 of file i2c_api.h.

struct buffer_s rx_buff

Rx buffer.

Definition at line 44 of file i2c_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 43 of file i2c_api.h.