Detailed Description

Modules

 EIM Register Masks
 

Data Structures

struct  EIM_Type
 

Macros

#define EIM_EICHDn_COUNT   1u
 
#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 3159 of file S32K118.h.

#define EIM_BASE   (0x40019000u)

Peripheral EIM base address

Definition at line 3157 of file S32K118.h.

#define EIM_BASE_ADDRS   { EIM_BASE }

Array initializer of EIM peripheral base addresses

Definition at line 3161 of file S32K118.h.

#define EIM_BASE_PTRS   { EIM }

Array initializer of EIM peripheral base pointers

Definition at line 3163 of file S32K118.h.

#define EIM_EICHDn_COUNT   1u

EIM - Size of Registers Arrays

Definition at line 3138 of file S32K118.h.

#define EIM_INSTANCE_COUNT   (1u)

Number of instances of the EIM module.

Definition at line 3152 of file S32K118.h.

Typedef Documentation

typedef struct EIM_Type * EIM_MemMapPtr