S32 SDK

Detailed Description

Modules

 SIM Register Masks
 

Data Structures

struct  SIM_Type
 

Macros

#define SIM_INSTANCE_COUNT   (1u)
 
#define SIM_BASE   (0x40048000u)
 
#define SIM   ((SIM_Type *)SIM_BASE)
 
#define SIM_BASE_ADDRS   { SIM_BASE }
 
#define SIM_BASE_PTRS   { SIM }
 

Typedefs

typedef struct SIM_TypeSIM_MemMapPtr
 

Macro Definition Documentation

#define SIM   ((SIM_Type *)SIM_BASE)

Peripheral SIM base pointer

Definition at line 10739 of file S32K144.h.

#define SIM_BASE   (0x40048000u)

Peripheral SIM base address

Definition at line 10737 of file S32K144.h.

#define SIM_BASE_ADDRS   { SIM_BASE }

Array initializer of SIM peripheral base addresses

Definition at line 10741 of file S32K144.h.

#define SIM_BASE_PTRS   { SIM }

Array initializer of SIM peripheral base pointers

Definition at line 10743 of file S32K144.h.

#define SIM_INSTANCE_COUNT   (1u)

Number of instances of the SIM module.

Definition at line 10732 of file S32K144.h.

Typedef Documentation

typedef struct SIM_Type * SIM_MemMapPtr