HAL + 0/9 examples
CodeScope will show references to HAL_TIM_OnePulse_ConfigChannel() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_OnePulse_ConfigChannel()

HAL_TIM_OnePulse_ConfigChannel() function

Initializes the TIM One Pulse Channels according to the specified parameters in the TIM_OnePulse_InitTypeDef.

Syntax

HAL_StatusTypeDef HAL_TIM_OnePulse_ConfigChannel(TIM_HandleTypeDef *htim,     TIM_OnePulse_InitTypeDef *sConfig,     uint32_t OutputChannel,     uint32_t InputChannel);
Implemented in stm32f4xx_hal_tim.c:4333

Arguments

htim

TIM One Pulse handle

sConfig

TIM One Pulse configuration structure

OutputChannel

TIM output channel to configure This parameter can be one of the following values: @arg TIM_CHANNEL_1: TIM Channel 1 selected @arg TIM_CHANNEL_2: TIM Channel 2 selected

InputChannel

TIM input Channel to configure This parameter can be one of the following values: @arg TIM_CHANNEL_1: TIM Channel 1 selected @arg TIM_CHANNEL_2: TIM Channel 2 selected

Return value

HAL status

Notes

To output a waveform with a minimum delay user can enable the fast mode by calling the __HAL_TIM_ENABLE_OCxFAST macro. Then CCx output is forced in response to the edge detection on TIx input, without taking in account the comparison.

Examples

HAL_TIM_OnePulse_ConfigChannel() is referenced by 9 libraries and example projects.

Call Tree

Functions called by HAL_TIM_OnePulse_ConfigChannel()
HAL_TIM_OnePulse_ConfigChannel()
Type of HAL_TIM_OnePulse_ConfigChannel()
HAL_TIM_OnePulse_ConfigChannel()