Detailed Description

Modules

 S32_SysTick Register Masks
 

Data Structures

struct  S32_SysTick_Type
 

Macros

#define S32_SysTick_INSTANCE_COUNT   (1u)
 
#define S32_SysTick_BASE   (0xE000E010u)
 
#define S32_SysTick   ((S32_SysTick_Type *)S32_SysTick_BASE)
 
#define S32_SysTick_BASE_ADDRS   { S32_SysTick_BASE }
 
#define S32_SysTick_BASE_PTRS   { S32_SysTick }
 
#define S32_SysTick_IRQS_ARR_COUNT   (1u)
 
#define S32_SysTick_IRQS_CH_COUNT   (1u)
 
#define S32_SysTick_IRQS   { SysTick_IRQn }
 

Typedefs

typedef struct S32_SysTick_TypeS32_SysTick_MemMapPtr
 

Macro Definition Documentation

#define S32_SysTick   ((S32_SysTick_Type *)S32_SysTick_BASE)

Peripheral S32_SysTick base pointer

Definition at line 9236 of file S32K118.h.

#define S32_SysTick_BASE   (0xE000E010u)

Peripheral S32_SysTick base address

Definition at line 9234 of file S32K118.h.

#define S32_SysTick_BASE_ADDRS   { S32_SysTick_BASE }

Array initializer of S32_SysTick peripheral base addresses

Definition at line 9238 of file S32K118.h.

#define S32_SysTick_BASE_PTRS   { S32_SysTick }

Array initializer of S32_SysTick peripheral base pointers

Definition at line 9240 of file S32K118.h.

#define S32_SysTick_INSTANCE_COUNT   (1u)

Number of instances of the S32_SysTick module.

Definition at line 9229 of file S32K118.h.

#define S32_SysTick_IRQS   { SysTick_IRQn }

Interrupt vectors for the S32_SysTick peripheral type

Definition at line 9246 of file S32K118.h.

#define S32_SysTick_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the S32_SysTick module.

Definition at line 9242 of file S32K118.h.

#define S32_SysTick_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the S32_SysTick module.

Definition at line 9244 of file S32K118.h.

Typedef Documentation