S32 SDK
S32_SysTick Peripheral Access Layer

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

#define S32_SysTick_BASE   (0xE000E010u)

Peripheral S32_SysTick base address

Definition at line 10201 of file S32K142.h.

#define S32_SysTick_BASE_ADDRS   { S32_SysTick_BASE }

Array initializer of S32_SysTick peripheral base addresses

Definition at line 10205 of file S32K142.h.

#define S32_SysTick_BASE_PTRS   { S32_SysTick }

Array initializer of S32_SysTick peripheral base pointers

Definition at line 10207 of file S32K142.h.

#define S32_SysTick_INSTANCE_COUNT   (1u)

Number of instances of the S32_SysTick module.

Definition at line 10196 of file S32K142.h.

#define S32_SysTick_IRQS   { SysTick_IRQn }

Interrupt vectors for the S32_SysTick peripheral type

Definition at line 10213 of file S32K142.h.

#define S32_SysTick_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the S32_SysTick module.

Definition at line 10209 of file S32K142.h.

#define S32_SysTick_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the S32_SysTick module.

Definition at line 10211 of file S32K142.h.

Typedef Documentation