Go to the source code of this file.
Macros |
#define | min(x1, x2) (((x1)<(x2))? (x1):(x2)) |
#define | max(x1, x2) (((x1)>(x2))? (x1):(x2)) |
#define | ONESEC0 (62500) |
#define | ONESEC1 (31250) |
#define | ONESEC2 (15625) |
#define | ONESEC3 (7812) |
#define | ONESEC4 (PCLK/128/(0xff+1)) |
#define | NULL 0 |
#define | EnterPWDN(clkcon) ((void (*)(int))0x20)(clkcon) |
Macro Definition Documentation
#define EnterPWDN |
( |
|
clkcon | ) |
((void (*)(int))0x20)(clkcon) |
#define max |
( |
|
x1, |
|
|
|
x2 |
|
) |
| (((x1)>(x2))? (x1):(x2)) |
#define min |
( |
|
x1, |
|
|
|
x2 |
|
) |
| (((x1)<(x2))? (x1):(x2)) |
#define ONESEC4 (PCLK/128/(0xff+1)) |
Function Documentation
void Led_Display |
( |
int |
data | ) |
|
void* malloc |
( |
unsigned |
nbyte | ) |
|
void StartPointAfterPowerOffWakeUp |
( |
void |
| ) |
|
void Timer_Start |
( |
int |
divider | ) |
|