#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "dsp.h"
#include "dsp_debug.h"
#include "pm.h"
#include "cycle_counter.h"
Macros | |
#define | NSAMPLES 100 |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
Variables | |
char | cbuf [NSAMPLES] |
short | new_sbuf [NSAMPLES] |
short | sbuf [NSAMPLES] |
#define NSAMPLES 100 |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References cbuf, dsp16_debug_printf(), DSP16_Q, dsp_adpcm_ima_decode(), dsp_adpcm_ima_encode(), dsp_debug_initialization, FOSC0, Get_sys_count, new_sbuf, NSAMPLES, OSC0_STARTUP, pm_switch_to_osc0(), and sbuf.