STM32H735xx 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 284 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE void LL_SYSTICK_EnableIT | ( | void | ) |
Enable SysTick exception request.
None |
Definition at line 274 of file stm32h7xx_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 264 of file stm32h7xx_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 239 of file stm32h7xx_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 294 of file stm32h7xx_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 252 of file stm32h7xx_ll_cortex.h.
References LL_SYSTICK_CLKSOURCE_HCLK.