This file provides code for the configuration of the TIM instances. More...
#include "tim.h"Functions | |
| void | MX_TIM2_Init (void) |
| void | MX_TIM8_Init (void) |
| void | HAL_TIM_Base_MspInit (TIM_HandleTypeDef *tim_baseHandle) |
| void | HAL_TIM_Base_MspDeInit (TIM_HandleTypeDef *tim_baseHandle) |
Variables | |
| TIM_HandleTypeDef | htim2 |
| TIM_HandleTypeDef | htim8 |
This file provides code for the configuration of the TIM instances.
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.
| void HAL_TIM_Base_MspDeInit | ( | TIM_HandleTypeDef * | tim_baseHandle | ) |
| void HAL_TIM_Base_MspInit | ( | TIM_HandleTypeDef * | tim_baseHandle | ) |
| void MX_TIM2_Init | ( | void | ) |
| void MX_TIM8_Init | ( | void | ) |
| TIM_HandleTypeDef htim2 |
| TIM_HandleTypeDef htim8 |