#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "dsp.h"
#include "dsp_debug.h"
#include "pm.h"
#include "cycle_counter.h"
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References dsp32_debug_printf(), dsp32_op_abs(), dsp32_op_acos(), dsp32_op_asin(), dsp32_op_cos(), dsp32_op_exp(), dsp32_op_ln(), dsp32_op_log10(), dsp32_op_log2(), dsp32_op_pow(), dsp32_op_rand(), dsp32_op_sin(), dsp32_op_sqrt(), DSP32_Q, DSP32_QA, DSP32_QB, dsp_debug_initialization, dsp_debug_read_q(), dsp_op_srand(), FOSC0, Get_sys_count, and pm_switch_to_osc0().