[BACK]Return to sausartreg.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64 / dev

Annotation of funnyos/arch/sam7s64/dev/sausartreg.h, Revision 1.1

1.1     ! nbrk        1: /*
        !             2:  * $Id$
        !             3:  */
        !             4: #ifndef _ARCH_SAM7S64_DEV_SAUSARTREG_H
        !             5: #define _ARCH_SAM7S64_DEV_SAUSARTREG_H
        !             6:
        !             7: #include <sys/types.h>
        !             8:
        !             9: #define SAUSART_0_BASE                 0xfffc0000
        !            10: #define SAUSART_1_BASE                 0xfffc4000
        !            11: #define  SAUSART_US_CR                 0x0000
        !            12: #define  SAUSART_US_MR                 0x0004
        !            13: #define  SAUSART_US_IER        0x0008
        !            14: #define  SAUSART_US_IDR        0x000c
        !            15: #define  SAUSART_US_IMR        0x0010
        !            16: #define  SAUSART_US_CSR        0x0014
        !            17: #define  SAUSART_US_RHR        0x0018
        !            18: #define  SAUSART_US_THR        0x001c
        !            19: #define  SAUSART_US_BRGR       0x0020
        !            20: #define  SAUSART_US_RTOR       0x0024
        !            21: #define  SAUSART_US_TTGR       0x0028
        !            22: /* 0x002c - 0x003c reserved */
        !            23: /* ... */
        !            24: #define  SAUSART_US_NER        0x0044
        !            25:
        !            26: #endif /* not _ARCH_SAM7S64_DEV_SAUSARTREG_H */
        !            27:

CVSweb