#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_DCOMB 7 |
#define | SIGNAL_DIRAC 10 |
#define | SIGNAL_NOISE 3 |
#define | SIGNAL_RAMP 8 |
#define | SIGNAL_RECT 5 |
#define | SIGNAL_SAW 6 |
#define | SIGNAL_SIN 1 |
#define | SIGNAL_SQR 4 |
#define | SIGNAL_STEP 9 |
#define | SIGNAL_TO_USE SIGNAL_STEP |
#define | SIZE 100 |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
#define SIGNAL_COS 2 |
Referenced by main().
#define SIGNAL_DCOMB 7 |
Referenced by main().
#define SIGNAL_DIRAC 10 |
Referenced by main().
#define SIGNAL_NOISE 3 |
Referenced by main().
#define SIGNAL_RAMP 8 |
Referenced by main().
#define SIGNAL_RECT 5 |
Referenced by main().
#define SIGNAL_SAW 6 |
Referenced by main().
#define SIGNAL_SIN 1 |
Referenced by main().
#define SIGNAL_SQR 4 |
Referenced by main().
#define SIGNAL_STEP 9 |
Referenced by main().
#define SIGNAL_TO_USE SIGNAL_STEP |
Referenced by main().
#define SIZE 100 |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References dsp16_debug_print_vect(), dsp16_debug_printf(), dsp16_gen_cos(), dsp16_gen_dcomb(), dsp16_gen_dirac(), dsp16_gen_noise(), dsp16_gen_ramp(), dsp16_gen_rect(), dsp16_gen_saw(), dsp16_gen_sin(), dsp16_gen_sqr(), dsp16_gen_step(), DSP16_Q, dsp_debug_initialization, FOSC0, Get_sys_count, OSC0_STARTUP, pm_switch_to_osc0(), SIGNAL_COS, SIGNAL_DCOMB, SIGNAL_DIRAC, SIGNAL_NOISE, SIGNAL_RAMP, SIGNAL_RECT, SIGNAL_SAW, SIGNAL_SIN, SIGNAL_SQR, SIGNAL_STEP, SIGNAL_TO_USE, and SIZE.