Avalon Firmware
 
Loading...
Searching...
No Matches
tim.c File Reference

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
 

Detailed Description

This file provides code for the configuration of the TIM instances.

Attention

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.

Function Documentation

◆ HAL_TIM_Base_MspDeInit()

void HAL_TIM_Base_MspDeInit ( TIM_HandleTypeDef * tim_baseHandle)

◆ HAL_TIM_Base_MspInit()

void HAL_TIM_Base_MspInit ( TIM_HandleTypeDef * tim_baseHandle)

◆ MX_TIM2_Init()

void MX_TIM2_Init ( void )

◆ MX_TIM8_Init()

void MX_TIM8_Init ( void )

Variable Documentation

◆ htim2

TIM_HandleTypeDef htim2

◆ htim8

TIM_HandleTypeDef htim8