STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
HAL Private Variables
Collaboration diagram for HAL Private Variables:

Variables

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

Detailed Description

Variable Documentation

◆ uwTick

volatile uint32_t uwTick

Definition at line 94 of file stm32f4xx_hal.c.

Referenced by HAL_GetTick(), and HAL_IncTick().

◆ uwTickFreq

◆ uwTickPrio

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().