S32 SDK

Detailed Description

Modules

 EIM Register Masks
 

Data Structures

struct  EIM_Type
 

Macros

#define EIM_EICHDn_COUNT   2u
 
#define EIM_INSTANCE_COUNT   (1u)
 
#define EIM_BASE   (0x40019000u)
 
#define EIM   ((EIM_Type *)EIM_BASE)
 
#define EIM_BASE_ADDRS   { EIM_BASE }
 
#define EIM_BASE_PTRS   { EIM }
 

Typedefs

typedef struct EIM_TypeEIM_MemMapPtr
 

Macro Definition Documentation

#define EIM   ((EIM_Type *)EIM_BASE)

Peripheral EIM base pointer

Definition at line 3194 of file S32K144.h.

#define EIM_BASE   (0x40019000u)

Peripheral EIM base address

Definition at line 3192 of file S32K144.h.

#define EIM_BASE_ADDRS   { EIM_BASE }

Array initializer of EIM peripheral base addresses

Definition at line 3196 of file S32K144.h.

#define EIM_BASE_PTRS   { EIM }

Array initializer of EIM peripheral base pointers

Definition at line 3198 of file S32K144.h.

#define EIM_EICHDn_COUNT   2u

EIM - Size of Registers Arrays

Definition at line 3172 of file S32K144.h.

#define EIM_INSTANCE_COUNT   (1u)

Number of instances of the EIM module.

Definition at line 3187 of file S32K144.h.

Typedef Documentation

typedef struct EIM_Type * EIM_MemMapPtr