HAL + 0/41 examples
CodeScope will show references to TIM_ICPSC_DIV1 from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
TIM
STM32446E_EVAL
Examples
TIM
STM32469I-Discovery
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F4-Discovery
Examples
TIM
STM32F401-Discovery
Examples
TIM
STM32F401RE-Nucleo
Examples
TIM
STM32F410xx-Nucleo
Examples
TIM
STM32F411E-Discovery
Examples
TIM
STM32F411RE-Nucleo
Examples
TIM
Examples_MIX
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429I-Discovery
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_ICPSC_DIV1 macro

Capture performed each time an edge is detected on the capture input

Syntax

#define TIM_ICPSC_DIV1 0x00000000U

Examples

TIM_ICPSC_DIV1 is referenced by 41 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:642
#define TIM_ICPSC_DIV1 0x00000000U /*!< Capture performed each time an edge is detected on the capture input */
stm32f4xx_hal_tim.h:1633
#define IS_TIM_IC_PRESCALER(__PRESCALER__) (((__PRESCALER__) == TIM_ICPSC_DIV1) || \