S32 SDK

Detailed Description

Modules

 MSCM Register Masks
 

Data Structures

struct  MSCM_Type
 

Macros

#define MSCM_OCMDR_COUNT   4u
 
#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 7864 of file S32K144.h.

#define MSCM_BASE   (0x40001000u)

Peripheral MSCM base address

Definition at line 7862 of file S32K144.h.

#define MSCM_BASE_ADDRS   { MSCM_BASE }

Array initializer of MSCM peripheral base addresses

Definition at line 7866 of file S32K144.h.

#define MSCM_BASE_PTRS   { MSCM }

Array initializer of MSCM peripheral base pointers

Definition at line 7868 of file S32K144.h.

#define MSCM_INSTANCE_COUNT   (1u)

Number of instances of the MSCM module.

Definition at line 7857 of file S32K144.h.

#define MSCM_OCMDR_COUNT   4u

MSCM - Size of Registers Arrays

Definition at line 7832 of file S32K144.h.

Typedef Documentation

typedef struct MSCM_Type * MSCM_MemMapPtr