HAL
HAL_TIM_OnePulse_Start_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_OnePulse_Start_IT()

HAL_TIM_OnePulse_Start_IT() function

Starts the TIM One Pulse signal generation in interrupt mode.

Syntax

HAL_StatusTypeDef HAL_TIM_OnePulse_Start_IT(TIM_HandleTypeDef *htim,     uint32_t OutputChannel);
Implemented in stm32f4xx_hal_tim.c:2877

Arguments

htim

TIM One Pulse handle

OutputChannel

See note above

Return value

HAL status

Notes

Though OutputChannel parameter is deprecated and ignored by the function it has been kept to avoid HAL_TIM API compatibility break. The pulse output channel is determined when calling HAL_TIM_OnePulse_ConfigChannel().

References

Call Tree

Functions called by HAL_TIM_OnePulse_Start_IT()
HAL_TIM_OnePulse_Start_IT()
all items filtered out
Data read by HAL_TIM_OnePulse_Start_IT()
Data written by HAL_TIM_OnePulse_Start_IT()
HAL_TIM_OnePulse_Start_IT()
Type of HAL_TIM_OnePulse_Start_IT()
HAL_TIM_OnePulse_Start_IT()