HAL + 0/4 examples
CodeScope will show references to TIM_CCx_ENABLE from the following samples and libraries:
Examples
STM32F4-Discovery
STM32F401-Discovery
STM32F411E-Discovery
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...

TIM_CCx_ENABLE macro

Input or output channel is enabled

Syntax

#define TIM_CCx_ENABLE 0x00000001U

Examples

TIM_CCx_ENABLE is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:1003
#define TIM_CCx_ENABLE 0x00000001U /*!< Input or output channel is enabled */
stm32f4xx_hal_tim.c:806
stm32f4xx_hal_tim.c:933
stm32f4xx_hal_tim.c:1174
stm32f4xx_hal_tim.c:1471
stm32f4xx_hal_tim.c:1598
stm32f4xx_hal_tim.c:1838
stm32f4xx_hal_tim.c:2139
stm32f4xx_hal_tim.c:2260
stm32f4xx_hal_tim.c:2401
stm32f4xx_hal_tim.c:2811
stm32f4xx_hal_tim.c:2812
stm32f4xx_hal_tim.c:2917
stm32f4xx_hal_tim.c:2918
stm32f4xx_hal_tim.c:3274
stm32f4xx_hal_tim.c:3280
stm32f4xx_hal_tim.c:3286
stm32f4xx_hal_tim.c:3287
stm32f4xx_hal_tim.c:3429
stm32f4xx_hal_tim.c:3436
stm32f4xx_hal_tim.c:3443
stm32f4xx_hal_tim.c:3444
stm32f4xx_hal_tim.c:3649
stm32f4xx_hal_tim.c:3676
stm32f4xx_hal_tim.c:3722
stm32f4xx_hal_tim.c:3723
stm32f4xx_hal_tim_ex.c:344
stm32f4xx_hal_tim_ex.c:429
stm32f4xx_hal_tim_ex.c:523
stm32f4xx_hal_tim_ex.c:1598
TIM_CCxChannelCmd(htim->Instance, input_channel, TIM_CCx_ENABLE);
stm32f4xx_hal_tim_ex.c:1692
TIM_CCxChannelCmd(htim->Instance, input_channel, TIM_CCx_ENABLE);