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.
Modules | |
| Extended Timer Hall Sensor functions | |
Timer Hall Sensor functions. | |
| Extended Timer Complementary Output Compare functions | |
Timer Complementary Output Compare functions. | |
| Extended Timer Complementary PWM functions | |
Timer Complementary PWM functions. | |
| Extended Timer Complementary One Pulse functions | |
Timer Complementary One Pulse functions. | |
| Extended Peripheral Control functions | |
Peripheral Control functions. | |
| Extended Callbacks functions | |
Extended Callbacks functions. | |
| Extended Peripheral State functions | |
Extended Peripheral State functions. | |
Functions | |
| void | TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma) |
| TIM DMA Commutation callback. | |
| static void | TIM_CCxNChannelCmd (TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ChannelNState) |
| Enables or disables the TIM Capture Compare Channel xN. | |
Function Documentation
| static void TIM_CCxNChannelCmd | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channel, | ||
| uint32_t | ChannelNState | ||
| ) | [static] |
Enables or disables the TIM Capture Compare Channel xN.
- Parameters:
-
TIMx to select the TIM peripheral Channel,: specifies the TIM Channel This parameter can be one of the following values: - TIM_Channel_1: TIM Channel 1
- TIM_Channel_2: TIM Channel 2
- TIM_Channel_3: TIM Channel 3
ChannelNState,: specifies the TIM Channel CCxNE bit new state. This parameter can be: TIM_CCxN_ENABLE or TIM_CCxN_Disable.
- Return values:
-
None
Definition at line 2227 of file stm32l4xx_hal_tim_ex.c.
| void TIMEx_DMACommutationCplt | ( | DMA_HandleTypeDef * | hdma ) |
TIM DMA Commutation callback.
- Parameters:
-
hdma : pointer to DMA handle.
- Return values:
-
None
Definition at line 2206 of file stm32l4xx_hal_tim_ex.c.
Generated on Tue Jul 12 2022 11:00:06 by
1.7.2