Go to the documentation of this file.
10 #define SERIAL_BASE ((volatile unsigned char *)0x400003f8)
12 static inline void putc(
int c)
21 static inline void flush(
void)
26 static void putn(
unsigned long z)
34 x=
'0'+((z>>((7-
i)*4))&0xf);
35 if (x>
'9') x=x-
'0'+
'A'-10;
50 #define arch_decomp_setup()
51 #define arch_decomp_wdog()