|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for DELAY:Functions | |
| __STATIC_INLINE void | LL_InitTick (uint32_t HCLKFrequency, uint32_t Ticks) |
| This function configures the Cortex-M SysTick source of the time base. More... | |
| void | LL_Init1msTick (uint32_t HCLKFrequency) |
| This function configures the Cortex-M SysTick source to have 1ms time base. More... | |
| void | LL_mDelay (uint32_t Delay) |
| This function provides accurate delay (in milliseconds) based on SysTick counter flag. More... | |
| 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.
| __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 | Frequency of Ticks (Hz) |
| None |
Definition at line 260 of file stm32f4xx_ll_utils.h.
| 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.