HAL + 0/167 examples
CodeScope will show references to __HAL_TIM_ENABLE_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
DFSDM
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_ENABLE_IT macro

Enable the specified TIM interrupt.

Syntax

#define __HAL_TIM_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER |= (__INTERRUPT__))

Arguments

__HANDLE__

specifies the TIM Handle.

__INTERRUPT__

specifies the TIM interrupt source to enable. 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_ENABLE_IT is referenced by 167 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:1137
#define __HAL_TIM_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER |= (__INTERRUPT__))
stm32f4xx_hal_tim.c:476
__HAL_TIM_ENABLE_IT(htim, TIM_IT_UPDATE);
stm32f4xx_hal_tim.c:900
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:907
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:914
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:921
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:1565
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:1572
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:1579
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:1586
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:2227
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:2234
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:2241
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim.c:2248
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC4);
stm32f4xx_hal_tim.c:2912
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:2915
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:3430
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:3437
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:3445
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim.c:3446
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim.c:5550
__HAL_TIM_ENABLE_IT(htim, TIM_IT_TRIGGER);
stm32f4xx_hal_tim_ex.c:424
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:730
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:737
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:744
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim_ex.c:757
__HAL_TIM_ENABLE_IT(htim, TIM_IT_BREAK);
stm32f4xx_hal_tim_ex.c:1202
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:1209
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:1216
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC3);
stm32f4xx_hal_tim_ex.c:1228
__HAL_TIM_ENABLE_IT(htim, TIM_IT_BREAK);
stm32f4xx_hal_tim_ex.c:1685
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC1);
stm32f4xx_hal_tim_ex.c:1688
__HAL_TIM_ENABLE_IT(htim, TIM_IT_CC2);
stm32f4xx_hal_tim_ex.c:1875
__HAL_TIM_ENABLE_IT(htim, TIM_IT_COM);