HAL + 0/166 examples
CodeScope will show references to __HAL_TIM_DISABLE_IT from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
USB_Host
Examples
HAL
STM32469I-Discovery
Demonstrations
Applications
FileX
FX_IAP
FreeRTOS
ThreadX
USBX
USB_Host
Examples
HAL
STM32469I_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
STM324x9I_EVAL
Demonstrations
STemWin
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
STM324xG_EVAL
Demonstrations
Applications
FatFs
FreeRTOS
LwIP
mbedTLS
USB_Host
Examples
HAL
STM32F412G-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
Examples
HAL
STM32F413H-Discovery
Demonstrations
Applications
FatFs
FreeRTOS
Examples
HAL
STM32F429I-Discovery
Demonstrations
Applications
FreeRTOS
Examples
HAL
STM32446E-Nucleo
Examples
HAL
STM32F4-Discovery
Examples
HAL
STM32F401-Discovery
Examples
HAL
STM32F401RE-Nucleo
Examples
HAL
STM32F410xx-Nucleo
Examples
HAL
STM32F411E-Discovery
Examples
HAL
STM32F411RE-Nucleo
Examples
HAL
STM32F412ZG-Nucleo
Applications
USB_Host
Examples
HAL
STM32F413ZH-Nucleo
Applications
FreeRTOS
Examples
HAL
STM32F429ZI-Nucleo
Applications
LwIP
NetXDuo
ThreadX
USBX
Examples
HAL
STM32F446ZE-Nucleo
Examples
HAL
 
Symbols
loading...
Files
loading...

__HAL_TIM_DISABLE_IT macro

Disable the specified TIM interrupt.

Syntax

#define __HAL_TIM_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER &= ~(__INTERRUPT__))

Arguments

__HANDLE__

specifies the TIM Handle.

__INTERRUPT__

specifies the TIM interrupt source to disable. This parameter can be one of the following values: @arg TIM_IT_UPDATE: Update interrupt @arg TIM_IT_CC1: Capture/Compare 1 interrupt @arg TIM_IT_CC2: Capture/Compare 2 interrupt @arg TIM_IT_CC3: Capture/Compare 3 interrupt @arg TIM_IT_CC4: Capture/Compare 4 interrupt @arg TIM_IT_COM: Commutation interrupt @arg TIM_IT_TRIGGER: Trigger interrupt @arg TIM_IT_BREAK: Break interrupt

Return value

None

Examples

__HAL_TIM_DISABLE_IT is referenced by 166 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:1153
#define __HAL_TIM_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER &= ~(__INTERRUPT__))
stm32f4xx_hal_tim.c:507
__HAL_TIM_DISABLE_IT(htim, TIM_IT_UPDATE);
stm32f4xx_hal_tim.c:983
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:990
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:997
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:1004
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:1648
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:1655
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:1662
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:1669
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:2304
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:2311
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:2318
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:2325
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:2946
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:2949
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:3480
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:3487
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:3495
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:3496
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:5509
__HAL_TIM_DISABLE_IT(htim, TIM_IT_TRIGGER);
stm32f4xx_hal_tim_ex.c:465
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:808
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:815
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:822
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim_ex.c:840
__HAL_TIM_DISABLE_IT(htim, TIM_IT_BREAK);
stm32f4xx_hal_tim_ex.c:1279
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:1286
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:1293
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim_ex.c:1311
__HAL_TIM_DISABLE_IT(htim, TIM_IT_BREAK);
stm32f4xx_hal_tim_ex.c:1721
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:1724
__HAL_TIM_DISABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:1816
__HAL_TIM_DISABLE_IT(htim, TIM_IT_COM);
stm32f4xx_hal_tim_ex.c:1936
__HAL_TIM_DISABLE_IT(htim, TIM_IT_COM);