Robot Aided Drafting
|
This file provides code for the MSP Initialization and de-Initialization codes. More...
#include "main.h"
Go to the source code of this file.
Functions | |
void | HAL_TIM_MspPostInit (TIM_HandleTypeDef *htim) |
void | HAL_MspInit (void) |
void | HAL_TIM_Base_MspInit (TIM_HandleTypeDef *htim_base) |
TIM_Base MSP Initialization This function configures the hardware resources used in this example. | |
void | HAL_TIM_Base_MspDeInit (TIM_HandleTypeDef *htim_base) |
TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example. | |
This file provides code for the MSP Initialization and de-Initialization codes.
Copyright (c) 2025 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_msp.c.
void HAL_MspInit | ( | void | ) |
Initializes the Global MSP.
void HAL_TIM_Base_MspDeInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP De-Initialization This function freeze the hardware resources used in this example.
htim_base | TIM_Base handle pointer |
None |
void HAL_TIM_Base_MspInit | ( | TIM_HandleTypeDef * | htim_base | ) |
TIM_Base MSP Initialization This function configures the hardware resources used in this example.
htim_base | TIM_Base handle pointer |
None |
void HAL_TIM_MspPostInit | ( | TIM_HandleTypeDef * | htim | ) |
TIM1 GPIO Configuration PA9 ------> TIM1_CH2
TIM3 GPIO Configuration PA6 ------> TIM3_CH1 PA7 ------> TIM3_CH2