|
|
#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_BASE_ADDRS { PORTA_BASE, PORTB_BASE, PORTC_BASE, PORTD_BASE, PORTE_BASE } |
| | Array initializer of PORT peripheral base addresses.
|
| |
|
#define | PORT_BASE_PTRS { PORTA, PORTB, PORTC, PORTD, PORTE } |
| | Array initializer of PORT peripheral base pointers.
|
| |
|
#define | PORT_IRQS { PORTA_IRQn, NotAvail_IRQn, NotAvail_IRQn, PORTD_IRQn, NotAvail_IRQn } |
| | Interrupt vectors for the PORT peripheral type.
|
| |