HAL + 0/4 examples
CodeScope will show references to TIM_CLOCKPRESCALER_DIV1 from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TIM_CLOCKPRESCALER_DIV1 macro

No prescaler is used

Syntax

#define TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1

Examples

TIM_CLOCKPRESCALER_DIV1 is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:779
#define TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */
stm32f4xx_hal_tim.h:1681
#define IS_TIM_CLOCKPRESCALER(__PRESCALER__) (((__PRESCALER__) == TIM_CLOCKPRESCALER_DIV1) || \