STM32F103xB HAL User Manual
|
Functions | |
void | LL_Init1msTick (uint32_t HCLKFrequency) |
This function configures the Cortex-M SysTick source to have 1ms time base. | |
void | LL_mDelay (uint32_t Delay) |
This function provides accurate delay (in milliseconds) based on SysTick counter flag. | |
__STATIC_INLINE void | LL_InitTick (uint32_t HCLKFrequency, uint32_t Ticks) |
This function configures the Cortex-M SysTick source of the time base. |
void LL_Init1msTick | ( | uint32_t | HCLKFrequency | ) |
This function configures the Cortex-M SysTick source to have 1ms time base.
HCLKFrequency | HCLK frequency in Hz |
None |
Definition at line 196 of file stm32f1xx_ll_utils.c.
References LL_InitTick().
__STATIC_INLINE void LL_InitTick | ( | uint32_t | HCLKFrequency, |
uint32_t | Ticks | ||
) |
This function configures the Cortex-M SysTick source of the time base.
HCLKFrequency | HCLK frequency in Hz (can be calculated thanks to RCC helper macro) |
Ticks | Number of ticks |
None |
Definition at line 218 of file stm32f1xx_ll_utils.h.
Referenced by LL_Init1msTick().
void LL_mDelay | ( | uint32_t | Delay | ) |
This function provides accurate delay (in milliseconds) based on SysTick counter flag.
Delay | specifies the delay time length, in milliseconds. |
None |
Definition at line 212 of file stm32f1xx_ll_utils.c.
References LL_MAX_DELAY.