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 10323 of file S32K142.h.

#define SCG_BASE   (0x40064000u)

Peripheral SCG base address

Definition at line 10321 of file S32K142.h.

#define SCG_BASE_ADDRS   { SCG_BASE }

Array initializer of SCG peripheral base addresses

Definition at line 10325 of file S32K142.h.

#define SCG_BASE_PTRS   { SCG }

Array initializer of SCG peripheral base pointers

Definition at line 10327 of file S32K142.h.

#define SCG_INSTANCE_COUNT   (1u)

Number of instances of the SCG module.

Definition at line 10316 of file S32K142.h.

#define SCG_IRQS   { SCG_IRQn }

Interrupt vectors for the SCG peripheral type

Definition at line 10333 of file S32K142.h.

#define SCG_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the SCG module.

Definition at line 10329 of file S32K142.h.

#define SCG_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the SCG module.

Definition at line 10331 of file S32K142.h.

Typedef Documentation

typedef struct SCG_Type * SCG_MemMapPtr