S32 SDK

Detailed Description

Modules

 CSE_PRAM Register Masks
 

Data Structures

struct  CSE_PRAM_Type
 

Macros

#define CSE_PRAM_RAMn_COUNT   32u
 
#define CSE_PRAM_INSTANCE_COUNT   (1u)
 
#define CSE_PRAM_BASE   (0x14001000u)
 
#define CSE_PRAM   ((CSE_PRAM_Type *)CSE_PRAM_BASE)
 
#define CSE_PRAM_BASE_ADDRS   { CSE_PRAM_BASE }
 
#define CSE_PRAM_BASE_PTRS   { CSE_PRAM }
 

Typedefs

typedef struct CSE_PRAM_TypeCSE_PRAM_MemMapPtr
 

Macro Definition Documentation

#define CSE_PRAM   ((CSE_PRAM_Type *)CSE_PRAM_BASE)

Peripheral CSE_PRAM base pointer

Definition at line 2168 of file S32K144.h.

#define CSE_PRAM_BASE   (0x14001000u)

Peripheral CSE_PRAM base address

Definition at line 2166 of file S32K144.h.

#define CSE_PRAM_BASE_ADDRS   { CSE_PRAM_BASE }

Array initializer of CSE_PRAM peripheral base addresses

Definition at line 2170 of file S32K144.h.

#define CSE_PRAM_BASE_PTRS   { CSE_PRAM }

Array initializer of CSE_PRAM peripheral base pointers

Definition at line 2172 of file S32K144.h.

#define CSE_PRAM_INSTANCE_COUNT   (1u)

Number of instances of the CSE_PRAM module.

Definition at line 2161 of file S32K144.h.

#define CSE_PRAM_RAMn_COUNT   32u

CSE_PRAM - Size of Registers Arrays

Definition at line 2145 of file S32K144.h.

Typedef Documentation