HAL + 0/7 examples
CodeScope will show references to TIM_CLOCKDIVISION_DIV1 from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Examples
ADC
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM32446E_EVAL
Examples
ADC
STM32F411RE-Nucleo
Examples_MIX
TIM
 
Symbols
loading...
Files
loading...

TIM_CLOCKDIVISION_DIV1 macro

Clock division: tDTS=tCK_INT

Syntax

#define TIM_CLOCKDIVISION_DIV1 0x00000000U

Examples

TIM_CLOCKDIVISION_DIV1 is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:530
#define TIM_CLOCKDIVISION_DIV1 0x00000000U /*!< Clock division: tDTS=tCK_INT */
stm32f4xx_hal_tim.h:1600
#define IS_TIM_CLOCKDIVISION_DIV(__DIV__) (((__DIV__) == TIM_CLOCKDIVISION_DIV1) || \