Go to the documentation of this file.
29 #define REG(x) (*(volatile unsigned long *)(x))
31 #define UART1_BASE 0x100a00
32 #define UART2_BASE 0x100a80
37 #define CR_UART_EN (1<<0)
40 #define FR_BUSY (1<<3)
41 #define FR_TXFF (1<<5)
43 static void putc(
char c)
58 static inline void flush(
void)
75 #define arch_decomp_setup()
76 #define arch_decomp_wdog()