STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
Specific remapping management function

Specific remapping management function. More...

Functions

void TIM_RemapConfig (TIM_TypeDef *TIMx, uint16_t TIM_Remap)
 Configures the TIM14 Remapping input Capabilities. More...
 

Detailed Description

Specific remapping management function.

 ===============================================================================
               ##### Specific remapping management function #####
 ===============================================================================

Function Documentation

void TIM_RemapConfig ( TIM_TypeDef *  TIMx,
uint16_t  TIM_Remap 
)

Configures the TIM14 Remapping input Capabilities.

Parameters
TIMx,:where x can be 14 to select the TIM peripheral.
TIM_Remap,:specifies the TIM input reampping source. This parameter can be one of the following values:
  • TIM14_GPIO: TIM14 Channel 1 is connected to GPIO.
  • TIM14_RTC_CLK: TIM14 Channel 1 is connected to RTC input clock. RTC input clock can be LSE, LSI or HSE/div128.
  • TIM14_HSE_DIV32: TIM14 Channel 1 is connected to HSE/32 clock.
  • TIM14_MCO: TIM14 Channel 1 is connected to MCO clock. MCO clock can be HSI14, SYSCLK, HSI, HSE or PLL/2.
Return values
None