Detailed Description

Modules

 PMC Register Masks
 

Data Structures

struct  PMC_Type
 

Macros

#define PMC_INSTANCE_COUNT   (1u)
 
#define PMC_BASE   (0x4007D000u)
 
#define PMC   ((PMC_Type *)PMC_BASE)
 
#define PMC_BASE_ADDRS   { PMC_BASE }
 
#define PMC_BASE_PTRS   { PMC }
 
#define PMC_IRQS_ARR_COUNT   (1u)
 
#define PMC_IRQS_CH_COUNT   (1u)
 
#define PMC_IRQS   { SCG_CMU_LVD_LVWSCG_IRQn }
 

Typedefs

typedef struct PMC_TypePMC_MemMapPtr
 

Macro Definition Documentation

#define PMC   ((PMC_Type *)PMC_BASE)

Peripheral PMC base pointer

Definition at line 8167 of file S32K118.h.

#define PMC_BASE   (0x4007D000u)

Peripheral PMC base address

Definition at line 8165 of file S32K118.h.

#define PMC_BASE_ADDRS   { PMC_BASE }

Array initializer of PMC peripheral base addresses

Definition at line 8169 of file S32K118.h.

#define PMC_BASE_PTRS   { PMC }

Array initializer of PMC peripheral base pointers

Definition at line 8171 of file S32K118.h.

#define PMC_INSTANCE_COUNT   (1u)

Number of instances of the PMC module.

Definition at line 8160 of file S32K118.h.

#define PMC_IRQS   { SCG_CMU_LVD_LVWSCG_IRQn }

Interrupt vectors for the PMC peripheral type

Definition at line 8177 of file S32K118.h.

#define PMC_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the PMC module.

Definition at line 8173 of file S32K118.h.

#define PMC_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the PMC module.

Definition at line 8175 of file S32K118.h.

Typedef Documentation

typedef struct PMC_Type * PMC_MemMapPtr