HAL
__HAL_TIM_DISABLE_DMA is only used within HAL.
 
Symbols
loading...
Files
loading...

__HAL_TIM_DISABLE_DMA macro

Disable the specified DMA request.

Syntax

#define __HAL_TIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DMA__))

Arguments

__HANDLE__

specifies the TIM Handle.

__DMA__

specifies the TIM DMA request to disable. This parameter can be one of the following values: @arg TIM_DMA_UPDATE: Update DMA request @arg TIM_DMA_CC1: Capture/Compare 1 DMA request @arg TIM_DMA_CC2: Capture/Compare 2 DMA request @arg TIM_DMA_CC3: Capture/Compare 3 DMA request @arg TIM_DMA_CC4: Capture/Compare 4 DMA request @arg TIM_DMA_COM: Commutation DMA request @arg TIM_DMA_TRIGGER: Trigger DMA request

Return value

None

References

LocationText
stm32f4xx_hal_tim.h:1183
#define __HAL_TIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DMA__))
stm32f4xx_hal_tim.c:601
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_UPDATE);
stm32f4xx_hal_tim.c:1224
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim.c:1232
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim.c:1240
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC3);
stm32f4xx_hal_tim.c:1248
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:1888
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim.c:1896
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim.c:1904
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC3);
stm32f4xx_hal_tim.c:1912
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:2539
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim.c:2547
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim.c:2555
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC3);
stm32f4xx_hal_tim.c:2563
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC4);
stm32f4xx_hal_tim.c:3758
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim.c:3766
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim.c:3775
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim.c:3776
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim.c:4771
__HAL_TIM_DISABLE_DMA(htim, BurstRequestSrc);
stm32f4xx_hal_tim.c:5107
__HAL_TIM_DISABLE_DMA(htim, BurstRequestSrc);
stm32f4xx_hal_tim.c:5512
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_TRIGGER);
stm32f4xx_hal_tim.c:5553
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_TRIGGER);
stm32f4xx_hal_tim_ex.c:575
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim_ex.c:1020
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim_ex.c:1028
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim_ex.c:1036
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC3);
stm32f4xx_hal_tim_ex.c:1491
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC1);
stm32f4xx_hal_tim_ex.c:1499
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC2);
stm32f4xx_hal_tim_ex.c:1507
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_CC3);
stm32f4xx_hal_tim_ex.c:1819
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_COM);
stm32f4xx_hal_tim_ex.c:1872
__HAL_TIM_DISABLE_DMA(htim, TIM_DMA_COM);