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   (0xF0003000u)
 
#define MCM   ((MCM_Type *)MCM_BASE)
 
#define MCM_BASE_ADDRS   { MCM_BASE }
 
#define MCM_BASE_PTRS   { MCM }
 

Typedefs

typedef struct MCM_TypeMCM_MemMapPtr
 

Macro Definition Documentation

#define MCM   ((MCM_Type *)MCM_BASE)

Peripheral MCM base pointer

Definition at line 7075 of file S32K118.h.

#define MCM_BASE   (0xF0003000u)

Peripheral MCM base address

Definition at line 7073 of file S32K118.h.

#define MCM_BASE_ADDRS   { MCM_BASE }

Array initializer of MCM peripheral base addresses

Definition at line 7077 of file S32K118.h.

#define MCM_BASE_PTRS   { MCM }

Array initializer of MCM peripheral base pointers

Definition at line 7079 of file S32K118.h.

#define MCM_INSTANCE_COUNT   (1u)

Number of instances of the MCM module.

Definition at line 7068 of file S32K118.h.

#define MCM_LMDR_COUNT   2u

MCM - Size of Registers Arrays

Definition at line 7040 of file S32K118.h.

Typedef Documentation

typedef struct MCM_Type * MCM_MemMapPtr