S32 SDK

Detailed Description

Modules

 SCG Register Masks
 

Data Structures

struct  SCG_Type
 

Macros

#define SCG_INSTANCE_COUNT   (1u)
 
#define SCG_BASE   (0x40064000u)
 
#define SCG   ((SCG_Type *)SCG_BASE)
 
#define SCG_BASE_ADDRS   { SCG_BASE }
 
#define SCG_BASE_PTRS   { SCG }
 
#define SCG_IRQS_ARR_COUNT   (1u)
 
#define SCG_IRQS_CH_COUNT   (1u)
 
#define SCG_IRQS   { SCG_IRQn }
 

Typedefs

typedef struct SCG_TypeSCG_MemMapPtr
 

Macro Definition Documentation

#define SCG   ((SCG_Type *)SCG_BASE)

Peripheral SCG base pointer

Definition at line 10398 of file S32K144.h.

#define SCG_BASE   (0x40064000u)

Peripheral SCG base address

Definition at line 10396 of file S32K144.h.

#define SCG_BASE_ADDRS   { SCG_BASE }

Array initializer of SCG peripheral base addresses

Definition at line 10400 of file S32K144.h.

#define SCG_BASE_PTRS   { SCG }

Array initializer of SCG peripheral base pointers

Definition at line 10402 of file S32K144.h.

#define SCG_INSTANCE_COUNT   (1u)

Number of instances of the SCG module.

Definition at line 10391 of file S32K144.h.

#define SCG_IRQS   { SCG_IRQn }

Interrupt vectors for the SCG peripheral type

Definition at line 10408 of file S32K144.h.

#define SCG_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the SCG module.

Definition at line 10404 of file S32K144.h.

#define SCG_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the SCG module.

Definition at line 10406 of file S32K144.h.

Typedef Documentation

typedef struct SCG_Type * SCG_MemMapPtr