CTS-SAT-1-OBC-Firmware
|
HAL time base based on the hardware TIM. More...
#include "stm32l4xx_hal.h"
#include "stm32l4xx_hal_tim.h"
Functions | |
HAL_StatusTypeDef | HAL_InitTick (uint32_t TickPriority) |
This function configures the TIM1 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. | |
Variables | |
TIM_HandleTypeDef | htim1 |
HAL time base based on the hardware TIM.
Copyright (c) 2024 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.
HAL_StatusTypeDef HAL_InitTick | ( | uint32_t | TickPriority | ) |
This function configures the TIM1 as a time base source. The time source is configured to have 1ms time base with a dedicated Tick interrupt priority.
TickPriority | Tick interrupt priority. |
HAL | status |
void HAL_ResumeTick | ( | void | ) |
Resume Tick increment.
None |
None |
void HAL_SuspendTick | ( | void | ) |
Suspend Tick increment.
None |
None |
TIM_HandleTypeDef htim1 |