S32 SDK
LMEM Peripheral Access Layer

Detailed Description

Modules

 LMEM Register Masks
 

Data Structures

struct  LMEM_Type
 

Macros

#define LMEM_INSTANCE_COUNT   (1u)
 
#define LMEM_BASE   (0xE0082000u)
 
#define LMEM   ((LMEM_Type *)LMEM_BASE)
 
#define LMEM_BASE_ADDRS   { LMEM_BASE }
 
#define LMEM_BASE_PTRS   { LMEM }
 

Typedefs

typedef struct LMEM_TypeLMEM_MemMapPtr
 

Macro Definition Documentation

#define LMEM   ((LMEM_Type *)LMEM_BASE)

Peripheral LMEM base pointer

Definition at line 5072 of file S32K142.h.

#define LMEM_BASE   (0xE0082000u)

Peripheral LMEM base address

Definition at line 5070 of file S32K142.h.

#define LMEM_BASE_ADDRS   { LMEM_BASE }

Array initializer of LMEM peripheral base addresses

Definition at line 5074 of file S32K142.h.

#define LMEM_BASE_PTRS   { LMEM }

Array initializer of LMEM peripheral base pointers

Definition at line 5076 of file S32K142.h.

#define LMEM_INSTANCE_COUNT   (1u)

Number of instances of the LMEM module.

Definition at line 5065 of file S32K142.h.

Typedef Documentation

typedef struct LMEM_Type * LMEM_MemMapPtr