S32 SDK

Detailed Description

Modules

 EWM Register Masks
 

Data Structures

struct  EWM_Type
 

Macros

#define EWM_INSTANCE_COUNT   (1u)
 
#define EWM_BASE   (0x40061000u)
 
#define EWM   ((EWM_Type *)EWM_BASE)
 
#define EWM_BASE_ADDRS   { EWM_BASE }
 
#define EWM_BASE_PTRS   { EWM }
 
#define EWM_IRQS_ARR_COUNT   (1u)
 
#define EWM_IRQS_CH_COUNT   (1u)
 
#define EWM_IRQS   { WDOG_EWM_IRQn }
 

Typedefs

typedef struct EWM_TypeEWM_MemMapPtr
 

Macro Definition Documentation

#define EWM   ((EWM_Type *)EWM_BASE)

Peripheral EWM base pointer

Definition at line 3295 of file S32K142.h.

#define EWM_BASE   (0x40061000u)

Peripheral EWM base address

Definition at line 3293 of file S32K142.h.

#define EWM_BASE_ADDRS   { EWM_BASE }

Array initializer of EWM peripheral base addresses

Definition at line 3297 of file S32K142.h.

#define EWM_BASE_PTRS   { EWM }

Array initializer of EWM peripheral base pointers

Definition at line 3299 of file S32K142.h.

#define EWM_INSTANCE_COUNT   (1u)

Number of instances of the EWM module.

Definition at line 3288 of file S32K142.h.

#define EWM_IRQS   { WDOG_EWM_IRQn }

Interrupt vectors for the EWM peripheral type

Definition at line 3305 of file S32K142.h.

#define EWM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the EWM module.

Definition at line 3301 of file S32K142.h.

#define EWM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the EWM module.

Definition at line 3303 of file S32K142.h.

Typedef Documentation

typedef struct EWM_Type * EWM_MemMapPtr