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

#define SIM_BASE   (0x40048000u)

Peripheral SIM base address

Definition at line 9627 of file S32K118.h.

#define SIM_BASE_ADDRS   { SIM_BASE }

Array initializer of SIM peripheral base addresses

Definition at line 9631 of file S32K118.h.

#define SIM_BASE_PTRS   { SIM }

Array initializer of SIM peripheral base pointers

Definition at line 9633 of file S32K118.h.

#define SIM_INSTANCE_COUNT   (1u)

Number of instances of the SIM module.

Definition at line 9622 of file S32K118.h.

Typedef Documentation

typedef struct SIM_Type * SIM_MemMapPtr