STM32F439xx HAL User Manual
Variables
HAL Private Variables
HAL

Variables

__IO uint32_t uwTick
uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS)
HAL_TickFreqTypeDef uwTickFreq = HAL_TICK_FREQ_DEFAULT

Variable Documentation

__IO uint32_t uwTick

Definition at line 110 of file stm32f4xx_hal.c.

Referenced by HAL_GetTick(), and HAL_IncTick().

uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS)

Definition at line 111 of file stm32f4xx_hal.c.

Referenced by HAL_GetTickPrio(), HAL_InitTick(), and HAL_SetTickFreq().