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

spi_t Struct Reference

spi_t Struct Reference

Asynch spi hal structure. More...

#include <spi_api.h>

Data Fields

struct spi_s spi
 Target specific spi structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch spi hal structure.

Definition at line 37 of file spi_api.h.


Field Documentation

struct buffer_s rx_buff

Rx buffer.

Definition at line 40 of file spi_api.h.

struct spi_s spi

Target specific spi structure.

Definition at line 38 of file spi_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 39 of file spi_api.h.