HAL_TIMEx_OnePulseN_Stop
HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop
(TIM_HandleTypeDef * htim, uint32_t OutputChannel)
Stops the TIM One Pulse signal generation on the complementary
output.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
OutputChannel: TIM Channel to be disabled. This
parameter can be one of the following values:
TIM_CHANNEL_1: TIM Channel 1 selected
TIM_CHANNEL_2: TIM Channel 2 selected
HAL_TIMEx_OnePulseN_Start_IT
HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Start_IT
(TIM_HandleTypeDef * htim, uint32_t OutputChannel)
Starts the TIM One Pulse signal generation in interrupt mode on
the complementary channel.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
OutputChannel: TIM Channel to be enabled. This parameter
can be one of the following values:
TIM_CHANNEL_1: TIM Channel 1 selected
TIM_CHANNEL_2: TIM Channel 2 selected
HAL_TIMEx_OnePulseN_Stop_IT
HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop_IT
(TIM_HandleTypeDef * htim, uint32_t OutputChannel)
Stops the TIM One Pulse signal generation in interrupt mode on
the complementary channel.
htim: pointer to a TIM_HandleTypeDef structure that
contains the configuration information for TIM module.
OutputChannel: TIM Channel to be disabled. This
parameter can be one of the following values:
TIM_CHANNEL_1: TIM Channel 1 selected
TIM_CHANNEL_2: TIM Channel 2 selected
HAL_TIMEx_ConfigCommutationEvent
HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent
(TIM_HandleTypeDef * htim, uint32_t InputTrigger, uint32_t
CommutationSource)
Configure the TIM commutation event sequence.