RTEMS 6.1-rc6
|
Functions | |
void | LL_Init1msTick (uint32_t CPU_Frequency) |
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 | CPU_Frequency | ) |
This function configures the Cortex-M SysTick source to have 1ms time base.
CPU_Frequency | Core frequency in Hz |
None |
__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 |
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 |