STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for SYSTICK Clock Source:

Macros

#define LL_SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U
#define LL_SYSTICK_CLKSOURCE_HCLK   SysTick_CTRL_CLKSOURCE_Msk

Detailed Description

Macro Definition Documentation

◆ LL_SYSTICK_CLKSOURCE_HCLK

#define LL_SYSTICK_CLKSOURCE_HCLK   SysTick_CTRL_CLKSOURCE_Msk

AHB clock selected as SysTick clock source.

Definition at line 70 of file stm32f4xx_ll_cortex.h.

Referenced by LL_SYSTICK_GetClkSource(), and LL_SYSTICK_SetClkSource().

◆ LL_SYSTICK_CLKSOURCE_HCLK_DIV8

#define LL_SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U

AHB clock divided by 8 selected as SysTick clock source.

Definition at line 69 of file stm32f4xx_ll_cortex.h.