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 interface management functions
[TIM_Private_Functions]
Specific interface management functions. More...
Functions | |
| void | TIM_EncoderInterfaceConfig_mort (TIM_TypeDef_mort *TIMx, uint16_t TIM_EncoderMode, uint16_t TIM_IC1Polarity, uint16_t TIM_IC2Polarity) |
| Configures the TIMx Encoder Interface. | |
| void | TIM_SelectHallSensor_mort (TIM_TypeDef_mort *TIMx, FunctionalState NewState) |
| Enables or disables the TIMx's Hall sensor interface. | |
Detailed Description
Specific interface management functions.
===============================================================================
##### Specific interface management functions #####
===============================================================================
Function Documentation
| void TIM_EncoderInterfaceConfig_mort | ( | TIM_TypeDef_mort * | TIMx, |
| uint16_t | TIM_EncoderMode, | ||
| uint16_t | TIM_IC1Polarity, | ||
| uint16_t | TIM_IC2Polarity | ||
| ) |
Configures the TIMx Encoder Interface.
- Parameters:
-
TIMx,: where x can be 1, 2, 3, 4, 5, 8, 9 or 12 to select the TIM peripheral. TIM_EncoderMode,: specifies the TIMx Encoder Mode. This parameter can be one of the following values: - TIM_EncoderMode_TI1_MORT: Counter counts on TI1FP1 edge depending on TI2FP2 level.
- TIM_EncoderMode_TI2_MORT: Counter counts on TI2FP2 edge depending on TI1FP1 level.
- TIM_EncoderMode_TI12_MORT: Counter counts on both TI1FP1 and TI2FP2 edges depending on the level of the other input.
TIM_IC1Polarity,: specifies the IC1 Polarity This parameter can be one of the following values: - TIM_ICPolarity_Falling_MORT: IC Falling edge.
- TIM_ICPolarity_Rising_MORT: IC Rising edge.
TIM_IC2Polarity,: specifies the IC2 Polarity This parameter can be one of the following values: - TIM_ICPolarity_Falling_MORT: IC Falling edge.
- TIM_ICPolarity_Rising_MORT: IC Rising edge.
- Return values:
-
None
Definition at line 3070 of file stm32f4xx_tim_mort.c.
| void TIM_SelectHallSensor_mort | ( | TIM_TypeDef_mort * | TIMx, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the TIMx's Hall sensor interface.
- Parameters:
-
TIMx,: where x can be 1, 2, 3, 4, 5, 8, 9 or 12 to select the TIM peripheral. NewState,: new state of the TIMx Hall sensor interface. This parameter can be: ENABLE or DISABLE.
- Return values:
-
None
Definition at line 3122 of file stm32f4xx_tim_mort.c.
Generated on Sat Oct 21 2023 04:38:55 by
1.7.2