|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Functions | |
| static 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. | |
| void | LL_mDelay (uint32_t Delay) |
| This function provides accurate delay (in milliseconds) based on SysTick counter flag. | |
| 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 257 of file stm32f4xx_ll_utils.c.
References LL_InitTick().
|
inline |
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 | Frequency of Ticks (Hz) |
| None |
Definition at line 260 of file stm32f4xx_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 273 of file stm32f4xx_ll_utils.c.
References LL_MAX_DELAY.