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.
Functions | |
| 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 1827 of file stm32f1xx_hal_tim_ex.c.
Generated on Tue Jul 12 2022 15:37:32 by
1.7.2