STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
HAL time base based on the hardware TIM Template. More...
#include "stm32f4xx_hal.h"
Go to the source code of this file.
Functions | |
void | TIM6_DAC_IRQHandler (void) |
This function handles TIM interrupt request. | |
HAL_StatusTypeDef | HAL_InitTick (uint32_t TickPriority) |
This function configures the TIM6 as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority. | |
void | HAL_SuspendTick (void) |
Suspend Tick increment. | |
void | HAL_ResumeTick (void) |
Resume Tick increment. | |
void | HAL_TIM_PeriodElapsedCallback (TIM_HandleTypeDef *htim) |
Period elapsed callback in non blocking mode. | |
Variables | |
TIM_HandleTypeDef | TimHandle |
HAL time base based on the hardware TIM Template.
This file overrides the native HAL time base functions (defined as weak) the TIM time base: + Initializes the TIM peripheral generate a Period elapsed Event each 1ms + HAL_IncTick is called inside HAL_TIM_PeriodElapsedCallback ie each 1ms
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32f4xx_hal_timebase_tim_template.c.