Detailed Description

Modules

 MSCM Register Masks
 

Data Structures

struct  MSCM_Type
 

Macros

#define MSCM_OCMDR_COUNT   3u
 
#define MSCM_INSTANCE_COUNT   (1u)
 
#define MSCM_BASE   (0x40001000u)
 
#define MSCM   ((MSCM_Type *)MSCM_BASE)
 
#define MSCM_BASE_ADDRS   { MSCM_BASE }
 
#define MSCM_BASE_PTRS   { MSCM }
 

Typedefs

typedef struct MSCM_TypeMSCM_MemMapPtr
 

Macro Definition Documentation

#define MSCM   ((MSCM_Type *)MSCM_BASE)

Peripheral MSCM base pointer

Definition at line 7603 of file S32K118.h.

#define MSCM_BASE   (0x40001000u)

Peripheral MSCM base address

Definition at line 7601 of file S32K118.h.

#define MSCM_BASE_ADDRS   { MSCM_BASE }

Array initializer of MSCM peripheral base addresses

Definition at line 7605 of file S32K118.h.

#define MSCM_BASE_PTRS   { MSCM }

Array initializer of MSCM peripheral base pointers

Definition at line 7607 of file S32K118.h.

#define MSCM_INSTANCE_COUNT   (1u)

Number of instances of the MSCM module.

Definition at line 7596 of file S32K118.h.

#define MSCM_OCMDR_COUNT   3u

MSCM - Size of Registers Arrays

Definition at line 7571 of file S32K118.h.

Typedef Documentation

typedef struct MSCM_Type * MSCM_MemMapPtr