![]() |
S32 SDK
|
Modules | |
GPIO Register Masks | |
Data Structures | |
struct | GPIO_Type |
Macros | |
#define | GPIO_INSTANCE_COUNT (5u) |
#define | PTA_BASE (0x400FF000u) |
#define | PTA ((GPIO_Type *)PTA_BASE) |
#define | PTB_BASE (0x400FF040u) |
#define | PTB ((GPIO_Type *)PTB_BASE) |
#define | PTC_BASE (0x400FF080u) |
#define | PTC ((GPIO_Type *)PTC_BASE) |
#define | PTD_BASE (0x400FF0C0u) |
#define | PTD ((GPIO_Type *)PTD_BASE) |
#define | PTE_BASE (0x400FF100u) |
#define | PTE ((GPIO_Type *)PTE_BASE) |
#define | GPIO_BASE_ADDRS { PTA_BASE, PTB_BASE, PTC_BASE, PTD_BASE, PTE_BASE } |
#define | GPIO_BASE_PTRS { PTA, PTB, PTC, PTD, PTE } |
Typedefs | |
typedef struct GPIO_Type * | GPIO_MemMapPtr |
#define GPIO_INSTANCE_COUNT (5u) |
#define PTA_BASE (0x400FF000u) |
#define PTB_BASE (0x400FF040u) |
#define PTC_BASE (0x400FF080u) |
#define PTD_BASE (0x400FF0C0u) |
#define PTE_BASE (0x400FF100u) |
typedef struct GPIO_Type * GPIO_MemMapPtr |