Go to the documentation of this file.
18 #define min(x1,x2) (((x1)<(x2))? (x1):(x2))
19 #define max(x1,x2) (((x1)>(x2))? (x1):(x2))
21 #define ONESEC0 (62500) //16us resolution, max 1.04 sec
22 #define ONESEC1 (31250) //32us resolution, max 2.09 sec
23 #define ONESEC2 (15625) //64us resolution, max 4.19 sec
24 #define ONESEC3 (7812) //128us resolution, max 8.38 sec
25 #define ONESEC4 (PCLK/128/(0xff+1)) //@60Mhz, 128*4us resolution, max 32.53 sec
29 #define EnterPWDN(clkcon) ((void (*)(int))0x20)(clkcon)
35 void *
malloc(
unsigned nbyte);
48 #endif //__2440lib_h__