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 7229 of file S32K144.h.

#define MCM_BASE   (0xE0080000u)

Peripheral MCM base address

Definition at line 7227 of file S32K144.h.

#define MCM_BASE_ADDRS   { MCM_BASE }

Array initializer of MCM peripheral base addresses

Definition at line 7231 of file S32K144.h.

#define MCM_BASE_PTRS   { MCM }

Array initializer of MCM peripheral base pointers

Definition at line 7233 of file S32K144.h.

#define MCM_INSTANCE_COUNT   (1u)

Number of instances of the MCM module.

Definition at line 7222 of file S32K144.h.

#define MCM_IRQS   { MCM_IRQn }

Interrupt vectors for the MCM peripheral type

Definition at line 7239 of file S32K144.h.

#define MCM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the MCM module.

Definition at line 7235 of file S32K144.h.

#define MCM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the MCM module.

Definition at line 7237 of file S32K144.h.

#define MCM_LMDR_COUNT   2u

MCM - Size of Registers Arrays

Definition at line 7193 of file S32K144.h.

Typedef Documentation

typedef struct MCM_Type * MCM_MemMapPtr