S32 SDK

Detailed Description

Modules

 SMC Register Masks
 

Data Structures

struct  SMC_Type
 

Macros

#define SMC_INSTANCE_COUNT   (1u)
 
#define SMC_BASE   (0x4007E000u)
 
#define SMC   ((SMC_Type *)SMC_BASE)
 
#define SMC_BASE_ADDRS   { SMC_BASE }
 
#define SMC_BASE_PTRS   { SMC }
 

Typedefs

typedef struct SMC_TypeSMC_MemMapPtr
 

Macro Definition Documentation

#define SMC   ((SMC_Type *)SMC_BASE)

Peripheral SMC base pointer

Definition at line 11066 of file S32K144.h.

#define SMC_BASE   (0x4007E000u)

Peripheral SMC base address

Definition at line 11064 of file S32K144.h.

#define SMC_BASE_ADDRS   { SMC_BASE }

Array initializer of SMC peripheral base addresses

Definition at line 11068 of file S32K144.h.

#define SMC_BASE_PTRS   { SMC }

Array initializer of SMC peripheral base pointers

Definition at line 11070 of file S32K144.h.

#define SMC_INSTANCE_COUNT   (1u)

Number of instances of the SMC module.

Definition at line 11059 of file S32K144.h.

Typedef Documentation

typedef struct SMC_Type * SMC_MemMapPtr