STM32F479xx HAL User Manual
|
Variables | |
__IO uint32_t | uwTick |
uint32_t | uwTickPrio = (1UL << __NVIC_PRIO_BITS) |
HAL_TickFreqTypeDef | uwTickFreq = HAL_TICK_FREQ_DEFAULT |
__IO uint32_t uwTick |
Definition at line 94 of file stm32f4xx_hal.c.
Referenced by HAL_GetTick(), and HAL_IncTick().
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(), HAL_RCC_ClockConfig(), HAL_RCC_DeInit(), and HAL_SetTickFreq().