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 9956 of file S32K118.h.

#define SMC_BASE   (0x4007E000u)

Peripheral SMC base address

Definition at line 9954 of file S32K118.h.

#define SMC_BASE_ADDRS   { SMC_BASE }

Array initializer of SMC peripheral base addresses

Definition at line 9958 of file S32K118.h.

#define SMC_BASE_PTRS   { SMC }

Array initializer of SMC peripheral base pointers

Definition at line 9960 of file S32K118.h.

#define SMC_INSTANCE_COUNT   (1u)

Number of instances of the SMC module.

Definition at line 9949 of file S32K118.h.

Typedef Documentation

typedef struct SMC_Type * SMC_MemMapPtr