afw.cpp で定義されています。
#include "afw.h"
ネームスペース | |
namespace | afw |
関数 | |
void | afw::initGPIO (void) |
GPIOの初期化 | |
void | afw::resetCODEC (void) |
オーディオ・コーデックのリセット | |
void | afw::initSPORT (void) |
SPORT0の初期化 | |
void | afw::initDMA (void) |
SPORT DMAの初期化 | |
void | afw::initInterrupt (void) |
割り込みのイネーブル | |
void | afw::init () |
afwの初期化 | |
void | afw::startAudio (void) |
SPORTとDMAのイネーブル | |
void | afw::rxISR (int signal) |
SPORT0受信DMA割り込みハンドラ | |
変数 | |
int volatile | afw::txBuffer [INTR_PER_BUFFER][SAMPLE_PER_INTR][CH_PER_SAMPLE] |
SPORT0 DMA 送信バッファ | |
int volatile | afw::rxBuffer [INTR_PER_BUFFER][SAMPLE_PER_INTR][CH_PER_SAMPLE] |
SPORT0 DMA 受信バッファ |