|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_IsActiveCounterFlag (void) |
| This function checks if the Systick counter flag is active or not. More... | |
| __STATIC_INLINE void | LL_SYSTICK_SetClkSource (uint32_t Source) |
| Configures the SysTick clock source STK_CTRL CLKSOURCE LL_SYSTICK_SetClkSource. More... | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_GetClkSource (void) |
| Get the SysTick clock source STK_CTRL CLKSOURCE LL_SYSTICK_GetClkSource. More... | |
| __STATIC_INLINE void | LL_SYSTICK_EnableIT (void) |
| Enable SysTick exception request STK_CTRL TICKINT LL_SYSTICK_EnableIT. More... | |
| __STATIC_INLINE void | LL_SYSTICK_DisableIT (void) |
| Disable SysTick exception request STK_CTRL TICKINT LL_SYSTICK_DisableIT. More... | |
| __STATIC_INLINE uint32_t | LL_SYSTICK_IsEnabledIT (void) |
| Checks if the SYSTICK interrupt is enabled or disabled. STK_CTRL TICKINT LL_SYSTICK_IsEnabledIT. More... | |
| __STATIC_INLINE void LL_SYSTICK_DisableIT | ( | void | ) |
Disable SysTick exception request STK_CTRL TICKINT LL_SYSTICK_DisableIT.
| None |
Definition at line 282 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_SYSTICK_EnableIT | ( | void | ) |
Enable SysTick exception request STK_CTRL TICKINT LL_SYSTICK_EnableIT.
| None |
Definition at line 272 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE uint32_t LL_SYSTICK_GetClkSource | ( | void | ) |
Get the SysTick clock source STK_CTRL CLKSOURCE LL_SYSTICK_GetClkSource.
| Returned | value can be one of the following values:
|
Definition at line 262 of file stm32l4xx_ll_cortex.h.
| __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 230 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE uint32_t LL_SYSTICK_IsEnabledIT | ( | void | ) |
Checks if the SYSTICK interrupt is enabled or disabled. STK_CTRL TICKINT LL_SYSTICK_IsEnabledIT.
| State | of bit (1 or 0). |
Definition at line 292 of file stm32l4xx_ll_cortex.h.
| __STATIC_INLINE void LL_SYSTICK_SetClkSource | ( | uint32_t | Source | ) |
Configures the SysTick clock source STK_CTRL CLKSOURCE LL_SYSTICK_SetClkSource.
| Source | This parameter can be one of the following values:
|
| None |
Definition at line 243 of file stm32l4xx_ll_cortex.h.