HAL
HAL_SYSTICK_Config() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SYSTICK_Config() function

Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts.

Syntax

uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
Implemented in stm32f4xx_hal_cortex.c:227

Arguments

TicksNumb

Specifies the ticks Number of ticks between two interrupts.

Return value

status: - 0 Function succeeded. - 1 Function failed.

References

LocationReferrerText
stm32f4xx_hal_cortex.c:227
uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb)
stm32f4xx_hal_cortex.h:265
uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
stm32f4xx_hal.c:256HAL_InitTick()
if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U)

Call Tree

Functions calling HAL_SYSTICK_Config()
Functions called by HAL_SYSTICK_Config()
all items filtered out
HAL_SYSTICK_Config()
all items filtered out
Data read by HAL_SYSTICK_Config()
all items filtered out
HAL_SYSTICK_Config()
Type of HAL_SYSTICK_Config()
HAL_SYSTICK_Config()
uint32_t
all items filtered out