HAL + 0/10 examples
CodeScope will show references to HAL_TIM_PWM_Start_DMA() 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
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

HAL_TIM_PWM_Start_DMA() function

Starts the TIM PWM signal generation in DMA mode.

Syntax

HAL_StatusTypeDef HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim,     uint32_t Channel,     const uint32_t *pData,     uint16_t Length);
Implemented in stm32f4xx_hal_tim.c:1713

Arguments

htim

TIM PWM handle

Channel

TIM Channels to be enabled 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 @arg TIM_CHANNEL_3: TIM Channel 3 selected @arg TIM_CHANNEL_4: TIM Channel 4 selected

pData

The source Buffer address.

Length

The length of data to be transferred from memory to TIM peripheral

Return value

HAL status

Examples

HAL_TIM_PWM_Start_DMA() is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.c:1713
HAL_StatusTypeDef HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, const uint32_t *pData,
stm32f4xx_hal_tim.h:1946
HAL_StatusTypeDef HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, const uint32_t *pData,