S32 SDK

Detailed Description

Modules

 MCM Register Masks
 

Data Structures

struct  MCM_Type
 

Macros

#define MCM_LMDR_COUNT   2u
 
#define MCM_INSTANCE_COUNT   (1u)
 
#define MCM_BASE   (0xE0080000u)
 
#define MCM   ((MCM_Type *)MCM_BASE)
 
#define MCM_BASE_ADDRS   { MCM_BASE }
 
#define MCM_BASE_PTRS   { MCM }
 
#define MCM_IRQS_ARR_COUNT   (1u)
 
#define MCM_IRQS_CH_COUNT   (1u)
 
#define MCM_IRQS   { MCM_IRQn }
 

Typedefs

typedef struct MCM_TypeMCM_MemMapPtr
 

Macro Definition Documentation

#define MCM   ((MCM_Type *)MCM_BASE)

Peripheral MCM base pointer

Definition at line 7157 of file S32K142.h.

#define MCM_BASE   (0xE0080000u)

Peripheral MCM base address

Definition at line 7155 of file S32K142.h.

#define MCM_BASE_ADDRS   { MCM_BASE }

Array initializer of MCM peripheral base addresses

Definition at line 7159 of file S32K142.h.

#define MCM_BASE_PTRS   { MCM }

Array initializer of MCM peripheral base pointers

Definition at line 7161 of file S32K142.h.

#define MCM_INSTANCE_COUNT   (1u)

Number of instances of the MCM module.

Definition at line 7150 of file S32K142.h.

#define MCM_IRQS   { MCM_IRQn }

Interrupt vectors for the MCM peripheral type

Definition at line 7167 of file S32K142.h.

#define MCM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the MCM module.

Definition at line 7163 of file S32K142.h.

#define MCM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the MCM module.

Definition at line 7165 of file S32K142.h.

#define MCM_LMDR_COUNT   2u

MCM - Size of Registers Arrays

Definition at line 7121 of file S32K142.h.

Typedef Documentation

typedef struct MCM_Type * MCM_MemMapPtr