STM32F439xx HAL User Manual
Defines
SYSTICK Clock Source
CORTEX Exported Constants

Defines

#define LL_SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U
#define LL_SYSTICK_CLKSOURCE_HCLK   SysTick_CTRL_CLKSOURCE_Msk

Define Documentation

#define LL_SYSTICK_CLKSOURCE_HCLK   SysTick_CTRL_CLKSOURCE_Msk

AHB clock selected as SysTick clock source.

Definition at line 88 of file stm32f4xx_ll_cortex.h.

Referenced by LL_SYSTICK_GetClkSource(), and LL_SYSTICK_SetClkSource().

#define LL_SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U

AHB clock divided by 8 selected as SysTick clock source.

Definition at line 87 of file stm32f4xx_ll_cortex.h.