-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.h
More file actions
20 lines (14 loc) · 743 Bytes
/
Copy pathsystem.h
File metadata and controls
20 lines (14 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/******************************************************************************/
/* System Level #define Macros */
/******************************************************************************/
/* TODO Define system operating frequency */
/* Microcontroller MIPs (FCY) */
#define SYS_FREQ 500000L
#define FCY SYS_FREQ/4
/******************************************************************************/
/* System Function Prototypes */
/******************************************************************************/
void init_ports(void);
void configure_interrupts(void);
void enable_gi(void);
void configure_timer0(void);