#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 | SIGNAL_COS 2 |
#define | SIGNAL_NOISE 3 |
#define | SIGNAL_SIN 1 |
#define | SIGNAL_TO_USE SIGNAL_SIN |
#define | SIZE 100 |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
#define SIGNAL_COS 2 |
Referenced by main().
#define SIGNAL_NOISE 3 |
Referenced by main().
#define SIGNAL_SIN 1 |
Referenced by main().
#define SIGNAL_TO_USE SIGNAL_SIN |
Referenced by main().
#define SIZE 100 |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References dsp32_debug_print_vect(), dsp32_debug_printf(), dsp32_gen_cos(), dsp32_gen_noise(), dsp32_gen_sin(), DSP32_Q, dsp_debug_initialization, FOSC0, Get_sys_count, OSC0_STARTUP, pm_switch_to_osc0(), SIGNAL_COS, SIGNAL_NOISE, SIGNAL_SIN, SIGNAL_TO_USE, SIZE, and vect1.