S32 SDK

Detailed Description

Modules

 ERM Register Masks
 

Data Structures

struct  ERM_Type
 

Macros

#define ERM_EARn_COUNT   2u
 
#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_single_fault_IRQn }
 
#define ERM_DOUBLE_IRQS   { ERM_double_fault_IRQn }
 

Typedefs

typedef struct ERM_TypeERM_MemMapPtr
 

Macro Definition Documentation

#define ERM   ((ERM_Type *)ERM_BASE)

Peripheral ERM base pointer

Definition at line 3277 of file S32K144.h.

#define ERM_BASE   (0x40018000u)

Peripheral ERM base address

Definition at line 3275 of file S32K144.h.

#define ERM_BASE_ADDRS   { ERM_BASE }

Array initializer of ERM peripheral base addresses

Definition at line 3279 of file S32K144.h.

#define ERM_BASE_PTRS   { ERM }

Array initializer of ERM peripheral base pointers

Definition at line 3281 of file S32K144.h.

#define ERM_DOUBLE_IRQS   { ERM_double_fault_IRQn }

Definition at line 3290 of file S32K144.h.

#define ERM_DOUBLE_IRQS_CH_COUNT   (1u)

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

Definition at line 3287 of file S32K144.h.

#define ERM_EARn_COUNT   2u

ERM - Size of Registers Arrays

Definition at line 3255 of file S32K144.h.

#define ERM_INSTANCE_COUNT   (1u)

Number of instances of the ERM module.

Definition at line 3270 of file S32K144.h.

#define ERM_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the ERM module.

Definition at line 3283 of file S32K144.h.

#define ERM_SINGLE_IRQS   { ERM_single_fault_IRQn }

Interrupt vectors for the ERM peripheral type

Definition at line 3289 of file S32K144.h.

#define ERM_SINGLE_IRQS_CH_COUNT   (1u)

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

Definition at line 3285 of file S32K144.h.

Typedef Documentation

typedef struct ERM_Type * ERM_MemMapPtr