Detailed Description

Modules

 ERM Register Masks
 

Data Structures

struct  ERM_Type
 

Macros

#define ERM_EARn_COUNT   1u
 
#define ERM_INSTANCE_COUNT   (1u)
 
#define ERM_BASE   (0x40018000u)
 
#define ERM   ((ERM_Type *)ERM_BASE)
 
#define ERM_BASE_ADDRS   { ERM_BASE }
 
#define ERM_BASE_PTRS   { ERM }
 
#define ERM_IRQS_ARR_COUNT   (2u)
 
#define ERM_SINGLE_IRQS_CH_COUNT   (1u)
 
#define ERM_DOUBLE_IRQS_CH_COUNT   (1u)
 
#define ERM_SINGLE_IRQS   { ERM_fault_IRQn }
 
#define ERM_DOUBLE_IRQS   { ERM_fault_IRQn }
 

Typedefs

typedef struct ERM_TypeERM_MemMapPtr
 

Macro Definition Documentation

#define ERM   ((ERM_Type *)ERM_BASE)

Peripheral ERM base pointer

Definition at line 3235 of file S32K118.h.

#define ERM_BASE   (0x40018000u)

Peripheral ERM base address

Definition at line 3233 of file S32K118.h.

#define ERM_BASE_ADDRS   { ERM_BASE }

Array initializer of ERM peripheral base addresses

Definition at line 3237 of file S32K118.h.

#define ERM_BASE_PTRS   { ERM }

Array initializer of ERM peripheral base pointers

Definition at line 3239 of file S32K118.h.

#define ERM_DOUBLE_IRQS   { ERM_fault_IRQn }

Definition at line 3248 of file S32K118.h.

#define ERM_DOUBLE_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the DOUBLE type of ERM module.

Definition at line 3245 of file S32K118.h.

#define ERM_EARn_COUNT   1u

ERM - Size of Registers Arrays

Definition at line 3216 of file S32K118.h.

#define ERM_INSTANCE_COUNT   (1u)

Number of instances of the ERM module.

Definition at line 3228 of file S32K118.h.

#define ERM_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the ERM module.

Definition at line 3241 of file S32K118.h.

#define ERM_SINGLE_IRQS   { ERM_fault_IRQn }

Interrupt vectors for the ERM peripheral type

Definition at line 3247 of file S32K118.h.

#define ERM_SINGLE_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the SINGLE type of ERM module.

Definition at line 3243 of file S32K118.h.

Typedef Documentation

typedef struct ERM_Type * ERM_MemMapPtr