]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/msp430/mach-openmsp430/defines/hardware.h
Support of mspgcc 4.5.2
[sysless.git] / arch / msp430 / mach-openmsp430 / defines / hardware.h
1 #ifndef HARDWARE_H
2 #define HARDWARE_H
3
4
5 //HW UART registers
6 volatile unsigned int  UBAUD asm("0x0100");
7 volatile unsigned char UTX   asm("0x0102");
8 volatile unsigned char URX   asm("0x0104");
9 volatile unsigned char USTAT asm("0x0106");
10 volatile unsigned char UIE   asm("0x0107");
11
12
13 #endif