STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
CORTEX _SysTick clock source
Collaboration diagram for CORTEX _SysTick clock source:

Macros

#define SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U
 
#define SYSTICK_CLKSOURCE_HCLK   0x00000004U
 

Detailed Description

Macro Definition Documentation

◆ SYSTICK_CLKSOURCE_HCLK_DIV8

#define SYSTICK_CLKSOURCE_HCLK_DIV8   0x00000000U

#include <stm32f4xx_hal_cortex.h>

Definition at line 105 of file stm32f4xx_hal_cortex.h.

◆ SYSTICK_CLKSOURCE_HCLK

#define SYSTICK_CLKSOURCE_HCLK   0x00000004U

#include <stm32f4xx_hal_cortex.h>

Definition at line 106 of file stm32f4xx_hal_cortex.h.

Referenced by HAL_SYSTICK_CLKSourceConfig().