HAL + 0/3 examples
CodeScope will show references to LL_TIM_CHANNEL_CH3 from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
Examples_MIX
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_CHANNEL_CH3 macro

Timer input/output channel 3

Syntax

#define LL_TIM_CHANNEL_CH3 TIM_CCER_CC3E

Examples

LL_TIM_CHANNEL_CH3 is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:629
#define LL_TIM_CHANNEL_CH3 TIM_CCER_CC3E /*!< Timer input/output channel 3 */
stm32f4xx_ll_tim.c:395
case LL_TIM_CHANNEL_CH3:
stm32f4xx_ll_tim.c:450
case LL_TIM_CHANNEL_CH3:
stm32f4xx_ll_tim.h:153
((__CHANNEL__) == LL_TIM_CHANNEL_CH3) ? 4U :\