HAL
uwTick is only used within HAL.
 
Symbols
loading...
Files
loading...

uwTick variable

Syntax

extern __IO uint32_t uwTick;
Implemented in stm32f4xx_hal.c:94

References

LocationReferrerText
stm32f4xx_hal.c:94
__IO uint32_t uwTick;
stm32f4xx_hal.h:204
extern __IO uint32_t uwTick;
stm32f4xx_hal.c:314HAL_IncTick()
uwTick += uwTickFreq;
stm32f4xx_hal.c:325HAL_GetTick()
return uwTick;

Data Use

Functions writing uwTick
Functions reading uwTick
all items filtered out
uwTick
all items filtered out
Type of uwTick
uwTick
uint32_t
all items filtered out