34 (void)HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq() / 1000U);
35 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK);
This file contains the board-specific GPIO pin definitions, peripheral configurations,...
#define SYSTICK_IRQ_PRIORITY
void SystickDeInit(void)
De-initialize the SysTick timer.
void SystickInit(void)
Initialize the SysTick timer with a 1 ms tick period.
void SysTick_Handler(void)
This function handles systick timer interrupts.
This file includes the microcontroller-specific HAL header files.
This file contains the SysTick timer initialization and de-initialization function prototypes.