#include <avr32/io.h>
#include <stdint.h>
#include <stdbool.h>
#include "compiler.h"
#include "print_funcs.h"
#include "board.h"
#include "power_clocks_lib.h"
#include "gpio.h"
#include "intc.h"
#include "cycle_counter.h"
#include "flashc.h"
#include "rtouch.h"
#include "rtouch_calibrate.h"
#include "et024006dhu.h"
#include "conf_et024006dhu.h"
Macros | |
#define | FCPU_HZ FOSC0 |
#define | FPBA_HZ FOSC0 |
Functions | |
void | event_handler (rtouch_event_t const *event) |
void | init_board (void) |
int | main (void) |
#define FCPU_HZ FOSC0 |
Referenced by init_board().
#define FPBA_HZ FOSC0 |
Referenced by init_board().
void event_handler | ( | rtouch_event_t const * | event | ) |
void init_board | ( | void | ) |
References et024006_DrawFilledRect(), ET024006_HEIGHT, et024006_Init(), ET024006_WIDTH, FCPU_HZ, FPBA_HZ, gpio_set_gpio_pin(), init_dbg_rs232(), init_sys_clocks(), INTC_init_interrupts(), PCL_OSC0, pcl_switch_to_osc(), and WHITE.
Referenced by main().
int main | ( | void | ) |