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

LL_TIM_ICPSC_DIV1 macro

No prescaler, capture is done each time an edge is detected on the capture input

Syntax

#define LL_TIM_ICPSC_DIV1 0x00000000U

Examples

LL_TIM_ICPSC_DIV1 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:694
#define LL_TIM_ICPSC_DIV1 0x00000000U /*!< No prescaler, capture is done each time an edge is detected on the capture input */
stm32f4xx_ll_tim.c:420
TIM_ICInitStruct->ICPrescaler = LL_TIM_ICPSC_DIV1;
stm32f4xx_ll_tim.c:475
TIM_EncoderInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1;
stm32f4xx_ll_tim.c:479
TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1;
stm32f4xx_ll_tim.c:559