|
STM32F439xx HAL User Manual
|
TIM HAL module driver. More...
Modules | |
| TIM Exported Functions | |
| TIM Exported Types | |
| TIM Exported Constants | |
| TIM Private Macros | |
| TIM Private Functions | |
Functions | |
| static void | TIM_CCxNChannelCmd (TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ChannelNState) |
| Enables or disables the TIM Capture Compare Channel xN. | |
TIM HAL module driver.
| static void TIM_CCxNChannelCmd | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channel, | ||
| uint32_t | ChannelNState | ||
| ) | [static] |
Enables or disables the TIM Capture Compare Channel xN.
| TIMx | to select the TIM peripheral |
| Channel | specifies the TIM Channel This parameter can be one of the following values:
|
| ChannelNState | specifies the TIM Channel CCxNE bit new state. This parameter can be: TIM_CCxN_ENABLE or TIM_CCxN_Disable. |
| None |
Definition at line 1853 of file stm32f4xx_hal_tim_ex.c.
References assert_param, and IS_TIM_COMPLEMENTARY_CHANNELS.
Referenced by HAL_TIMEx_OCN_Start(), HAL_TIMEx_OCN_Start_DMA(), HAL_TIMEx_OCN_Start_IT(), HAL_TIMEx_OCN_Stop(), HAL_TIMEx_OCN_Stop_DMA(), HAL_TIMEx_OCN_Stop_IT(), HAL_TIMEx_OnePulseN_Start(), HAL_TIMEx_OnePulseN_Start_IT(), HAL_TIMEx_OnePulseN_Stop(), HAL_TIMEx_OnePulseN_Stop_IT(), HAL_TIMEx_PWMN_Start(), HAL_TIMEx_PWMN_Start_DMA(), HAL_TIMEx_PWMN_Start_IT(), HAL_TIMEx_PWMN_Stop(), HAL_TIMEx_PWMN_Stop_DMA(), and HAL_TIMEx_PWMN_Stop_IT().
1.7.6.1