Contiki 3.x
Modules | Data Structures | Macros
UART Peripheral Access Layer

Modules

 UART Register Masks
 

Data Structures

struct  UART_Type
 UART - Register Layout Typedef. More...
 

Macros

#define UART0_BASE   (0x4006A000u)
 Peripheral UART0 base address.
 
#define UART0   ((UART_Type *)UART0_BASE)
 Peripheral UART0 base pointer.
 
#define UART1_BASE   (0x4006B000u)
 Peripheral UART1 base address.
 
#define UART1   ((UART_Type *)UART1_BASE)
 Peripheral UART1 base pointer.
 
#define UART2_BASE   (0x4006C000u)
 Peripheral UART2 base address.
 
#define UART2   ((UART_Type *)UART2_BASE)
 Peripheral UART2 base pointer.
 
#define UART3_BASE   (0x4006D000u)
 Peripheral UART3 base address.
 
#define UART3   ((UART_Type *)UART3_BASE)
 Peripheral UART3 base pointer.
 
#define UART4_BASE   (0x400EA000u)
 Peripheral UART4 base address.
 
#define UART4   ((UART_Type *)UART4_BASE)
 Peripheral UART4 base pointer.
 
#define UART5_BASE   (0x400EB000u)
 Peripheral UART5 base address.
 
#define UART5   ((UART_Type *)UART5_BASE)
 Peripheral UART5 base pointer.
 
#define UART_BASES   { UART0, UART1, UART2, UART3, UART4, UART5 }
 Array initializer of UART peripheral base pointers.
 
#define UART0_BASE   (0x4006A000u)
 Peripheral UART0 base address.
 
#define UART0   ((UART_Type *)UART0_BASE)
 Peripheral UART0 base pointer.
 
#define UART1_BASE   (0x4006B000u)
 Peripheral UART1 base address.
 
#define UART1   ((UART_Type *)UART1_BASE)
 Peripheral UART1 base pointer.
 
#define UART2_BASE   (0x4006C000u)
 Peripheral UART2 base address.
 
#define UART2   ((UART_Type *)UART2_BASE)
 Peripheral UART2 base pointer.
 
#define UART3_BASE   (0x4006D000u)
 Peripheral UART3 base address.
 
#define UART3   ((UART_Type *)UART3_BASE)
 Peripheral UART3 base pointer.
 
#define UART4_BASE   (0x400EA000u)
 Peripheral UART4 base address.
 
#define UART4   ((UART_Type *)UART4_BASE)
 Peripheral UART4 base pointer.
 
#define UART5_BASE   (0x400EB000u)
 Peripheral UART5 base address.
 
#define UART5   ((UART_Type *)UART5_BASE)
 Peripheral UART5 base pointer.
 

Detailed Description