#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 dsp16_debug_printf(), dsp16_op_abs(), dsp16_op_acos(), dsp16_op_asin(), dsp16_op_cos(), dsp16_op_exp(), dsp16_op_ln(), dsp16_op_log10(), dsp16_op_log2(), dsp16_op_pow(), dsp16_op_rand(), dsp16_op_sin(), dsp16_op_sqrt(), DSP16_Q, DSP16_QA, DSP16_QB, dsp_debug_initialization, dsp_debug_read_q(), dsp_op_srand(), FOSC0, Get_sys_count, and pm_switch_to_osc0().