STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
CCx DMA request selection
Collaboration diagram for CCx DMA request selection:

Macros

#define TIM_CCDMAREQUEST_CC   0x00000000U
#define TIM_CCDMAREQUEST_UPDATE   TIM_CR2_CCDS

Detailed Description

Macro Definition Documentation

◆ TIM_CCDMAREQUEST_CC

#define TIM_CCDMAREQUEST_CC   0x00000000U

CCx DMA request sent when capture or compare match event occurs

Definition at line 711 of file stm32f4xx_hal_tim.h.

◆ TIM_CCDMAREQUEST_UPDATE

#define TIM_CCDMAREQUEST_UPDATE   TIM_CR2_CCDS

CCx DMA requests sent when update event occurs

Definition at line 712 of file stm32f4xx_hal_tim.h.