This file provides code for the configuration of the HRTIM instances. More...
#include "hrtim.h"Functions | |
| void | MX_HRTIM1_Init (void) |
| void | HAL_HRTIM_MspInit (HRTIM_HandleTypeDef *hrtimHandle) |
| void | HAL_HRTIM_MspPostInit (HRTIM_HandleTypeDef *hrtimHandle) |
| void | HAL_HRTIM_MspDeInit (HRTIM_HandleTypeDef *hrtimHandle) |
Variables | |
| HRTIM_HandleTypeDef | hhrtim1 |
This file provides code for the configuration of the HRTIM 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_HRTIM_MspDeInit | ( | HRTIM_HandleTypeDef * | hrtimHandle | ) |
| void HAL_HRTIM_MspInit | ( | HRTIM_HandleTypeDef * | hrtimHandle | ) |
| void HAL_HRTIM_MspPostInit | ( | HRTIM_HandleTypeDef * | hrtimHandle | ) |
HRTIM1 GPIO Configuration PC8 ------> HRTIM1_CHE1 PC9 ------> HRTIM1_CHE2 PA8 ------> HRTIM1_CHA1 PA9 ------> HRTIM1_CHA2
| void MX_HRTIM1_Init | ( | void | ) |
| HRTIM_HandleTypeDef hhrtim1 |