BeRTOS
|
AT91SAM7S256 CRT. More...
Go to the source code of this file.
Defines | |
#define | PLL_MUL_VAL 72 |
Real multiplier value is PLL_MUL_VAL + 1! | |
Functions | |
void | __init1 (void) |
Early hardware initialization routine1. | |
void | __init2 (void) |
Early hardware initialization routine2. |
AT91SAM7S256 CRT.
Definition in file init_at91.c.
void __init1 | ( | void | ) |
Early hardware initialization routine1.
This will be called by the ASM CRT routine just *before* clearing .bss and loading .data sections. Usually only basic tasks are performed here (i.e. setting the PLL). For more generic tasks, __init2() should be used.
Definition at line 151 of file init_at91.c.
void __init2 | ( | void | ) |
Early hardware initialization routine2.
This will be called by the ASM CRT routine just *after* clearing .bss and loading .data sections and before calling main().
Definition at line 230 of file init_at91.c.