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

Modules

 PORT Register Masks
 

Data Structures

struct  PORT_Type
 PORT - Register Layout Typedef. More...
 

Macros

#define PORTA_BASE   (0x40049000u)
 Peripheral PORTA base address.
 
#define PORTA   ((PORT_Type *)PORTA_BASE)
 Peripheral PORTA base pointer.
 
#define PORTB_BASE   (0x4004A000u)
 Peripheral PORTB base address.
 
#define PORTB   ((PORT_Type *)PORTB_BASE)
 Peripheral PORTB base pointer.
 
#define PORTC_BASE   (0x4004B000u)
 Peripheral PORTC base address.
 
#define PORTC   ((PORT_Type *)PORTC_BASE)
 Peripheral PORTC base pointer.
 
#define PORTD_BASE   (0x4004C000u)
 Peripheral PORTD base address.
 
#define PORTD   ((PORT_Type *)PORTD_BASE)
 Peripheral PORTD base pointer.
 
#define PORTE_BASE   (0x4004D000u)
 Peripheral PORTE base address.
 
#define PORTE   ((PORT_Type *)PORTE_BASE)
 Peripheral PORTE base pointer.
 
#define PORT_BASES   { PORTA, PORTB, PORTC, PORTD, PORTE }
 Array initializer of PORT peripheral base pointers.
 
#define PORTA_BASE   (0x40049000u)
 Peripheral PORTA base address.
 
#define PORTA   ((PORT_Type *)PORTA_BASE)
 Peripheral PORTA base pointer.
 
#define PORTB_BASE   (0x4004A000u)
 Peripheral PORTB base address.
 
#define PORTB   ((PORT_Type *)PORTB_BASE)
 Peripheral PORTB base pointer.
 
#define PORTC_BASE   (0x4004B000u)
 Peripheral PORTC base address.
 
#define PORTC   ((PORT_Type *)PORTC_BASE)
 Peripheral PORTC base pointer.
 
#define PORTD_BASE   (0x4004C000u)
 Peripheral PORTD base address.
 
#define PORTD   ((PORT_Type *)PORTD_BASE)
 Peripheral PORTD base pointer.
 
#define PORTE_BASE   (0x4004D000u)
 Peripheral PORTE base address.
 
#define PORTE   ((PORT_Type *)PORTE_BASE)
 Peripheral PORTE base pointer.
 

Detailed Description