General-purpose timers (TIM)
22.2.18.2 TIM_SelectHallSensor
void TIM_SelectHallSensor ( TIM_TypeDef * TIMx,
FunctionalState NewState)
Enables or disables the TIMx's Hall sensor interface.
ï‚· TIMx : where x can be 1, 2, 3, 4, 8 or 15 to select the TIM
peripheral.
ï‚· NewState : new state of the TIMx Hall sensor interface. This
parameter can be: ENABLE or DISABLE.
22.2.19 Specific remapping management functions
22.2.19.1 TIM_RemapConfig
void TIM_RemapConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_Remap)
Configures the TIM16 Remapping input Capabilities.
ï‚· 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.