Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Specific remapping management function
[TIM_Private_Functions]
Specific remapping management function. More...
Functions | |
| void | TIM_RemapConfig (TIM_TypeDef *TIMx, uint16_t TIM_Remap) |
| Configures the TIM16 Remapping input Capabilities. | |
Detailed Description
Specific remapping management function.
===============================================================================
##### Specific remapping management function #####
===============================================================================
Function Documentation
| void TIM_RemapConfig | ( | TIM_TypeDef * | TIMx, |
| uint16_t | TIM_Remap | ||
| ) |
Configures the TIM16 Remapping input Capabilities.
- Parameters:
-
TIMx,: where x can be 1, 8 or 16 to select the TIM peripheral. TIM_Remap,: specifies the TIM input reampping source. This parameter can be one of the following values: - TIM16_GPIO: TIM16 Channel 1 is connected to GPIO.
- TIM16_RTC_CLK: TIM16 Channel 1 is connected to RTC input clock.
- TIM16_HSE_DIV32: TIM16 Channel 1 is connected to HSE/32 clock.
- TIM16_MCO: TIM16 Channel 1 is connected to MCO clock.
- TIM1_ADC1_AWDG1: TIM1 ETR is connected to ADC1 AWDG1.
- TIM1_ADC1_AWDG2: TIM1 ETR is connected to ADC1 AWDG2.
- TIM1_ADC1_AWDG3: TIM1 ETR is connected to ADC1 AWDG3.
- TIM1_ADC4_AWDG1: TIM1 ETR is connected to ADC4 AWDG1.
- TIM1_ADC4_AWDG2: TIM1 ETR is connected to ADC4 AWDG2.
- TIM1_ADC4_AWDG3: TIM1 ETR is connected to ADC4 AWDG3.
- TIM8_ADC2_AWDG1: TIM8 ETR is connected to ADC2 AWDG1.
- TIM8_ADC2_AWDG2: TIM8 ETR is connected to ADC2 AWDG2.
- TIM8_ADC2_AWDG3: TIM8 ETR is connected to ADC2 AWDG3.
- TIM8_ADC4_AWDG1: TIM8 ETR is connected to ADC4 AWDG1.
- TIM8_ADC4_AWDG2: TIM8 ETR is connected to ADC4 AWDG2.
- TIM8_ADC4_AWDG3: TIM8 ETR is connected to ADC4 AWDG3.
- Return values:
-
: None
Definition at line 3803 of file stm32f30x_tim.c.
Generated on Wed Jul 13 2022 03:44:52 by
1.7.2