Go to the source code of this file.
Functions | |
void | startup_init (void) |
void startup_init | ( | void | ) |
Definition at line 63 of file startup.c.
References FPBA_HZ, init_exceptions(), init_hmatrix(), init_interrupts(), and init_sys_clocks().
Referenced by main().
00064 { 00065 init_exceptions(); 00066 init_hmatrix(); 00067 init_sys_clocks(); 00068 init_interrupts(); 00069 init_dbg_rs232(FPBA_HZ); 00070 }