|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_IsActiveCounterFlag (void) |
| This function checks if the Systick counter flag is active or not. | |
| __STATIC_INLINE void | LL_SYSTICK_SetClkSource (uint32_t Source) |
| Configures the SysTick clock source. | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_GetClkSource (void) |
| Get the SysTick clock source. | |
| __STATIC_INLINE void | LL_SYSTICK_EnableIT (void) |
| Enable SysTick exception request. | |
| __STATIC_INLINE void | LL_SYSTICK_DisableIT (void) |
| Disable SysTick exception request. | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_IsEnabledIT (void) |
| Checks if the SYSTICK interrupt is enabled or disabled. | |
| __STATIC_INLINE void LL_SYSTICK_DisableIT | ( | void | ) |
Disable SysTick exception request.
| None |
Definition at line 283 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_SYSTICK_EnableIT | ( | void | ) |
Enable SysTick exception request.
| None |
Definition at line 273 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE uint32_t LL_SYSTICK_GetClkSource | ( | void | ) |
Get the SysTick clock source.
| Returned | value can be one of the following values: |
Definition at line 263 of file stm32f4xx_ll_cortex.h.
References LL_SYSTICK_CLKSOURCE_HCLK.
| __STATIC_INLINE uint32_t LL_SYSTICK_IsActiveCounterFlag | ( | void | ) |
This function checks if the Systick counter flag is active or not.
| State | of bit (1 or 0). |
Definition at line 231 of file stm32f4xx_ll_cortex.h.
Referenced by LL_RTC_EnterInitMode(), and LL_RTC_WaitForSynchro().
| __STATIC_INLINE uint32_t LL_SYSTICK_IsEnabledIT | ( | void | ) |
Checks if the SYSTICK interrupt is enabled or disabled.
| State | of bit (1 or 0). |
Definition at line 293 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_SYSTICK_SetClkSource | ( | uint32_t | Source | ) |
Configures the SysTick clock source.
| Source | This parameter can be one of the following values: |
| None |
Definition at line 244 of file stm32f4xx_ll_cortex.h.
References LL_SYSTICK_CLKSOURCE_HCLK.
1.7.6.1