|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Variables | |
| volatile uint32_t | uwTick |
| uint32_t | uwTickPrio = (1UL << __NVIC_PRIO_BITS) |
| HAL_TickFreqTypeDef | uwTickFreq = HAL_TICK_FREQ_DEFAULT |
| volatile uint32_t uwTick |
Definition at line 94 of file stm32f4xx_hal.c.
Referenced by HAL_GetTick(), and HAL_IncTick().
| HAL_TickFreqTypeDef uwTickFreq = HAL_TICK_FREQ_DEFAULT |
Definition at line 96 of file stm32f4xx_hal.c.
Referenced by HAL_Delay(), HAL_GetTickFreq(), HAL_IncTick(), HAL_InitTick(), and HAL_SetTickFreq().
| uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS) |
Definition at line 95 of file stm32f4xx_hal.c.
Referenced by HAL_GetTickPrio(), HAL_InitTick(), and HAL_SetTickFreq().