![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
#include "MicrophoneFourier_DMA.h"
Go to the source code of this file.
Functions | |
static DMAMEM volatile uint16_t | __attribute__ ((aligned(32))) adc_buffer1[256] |
AnalogBufferDMA | adc_dma_instance (adc_buffer1, 256, adc_buffer2, 256) |
const int16_t MicrophoneFourier::Hanning256[] | __attribute__ ((aligned(4))) |
Variables | |
ADC * | adc = new ADC() |
const int16_t MicrophoneFourier::Hanning256[] __attribute__ | ( | (aligned(4)) | ) |
AnalogBufferDMA adc_dma_instance | ( | adc_buffer1 | , |
256 | , | ||
adc_buffer2 | , | ||
256 | |||
) |
Referenced by MicrophoneFourier::Initialize(), MicrophoneFourier::Initialize(), and MicrophoneFourier::UpdateDMA().
Definition at line 3 of file MicrophoneFourier_DMA.cpp.
Referenced by MicrophoneFourier::Initialize(), MicrophoneFourier::Initialize(), and MicrophoneFourier::setSamplingRate().