HAL
IS_TIM_CLOCKDIVISION_DIV is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_TIM_CLOCKDIVISION_DIV macro

Syntax

#define IS_TIM_CLOCKDIVISION_DIV(__DIV__) (((__DIV__) == TIM_CLOCKDIVISION_DIV1) || \     ((__DIV__) == TIM_CLOCKDIVISION_DIV2) || \     ((__DIV__) == TIM_CLOCKDIVISION_DIV4))

Arguments

__DIV__

References

LocationText
stm32f4xx_hal_tim.h:1600
#define IS_TIM_CLOCKDIVISION_DIV(__DIV__) (((__DIV__) == TIM_CLOCKDIVISION_DIV1) || \
stm32f4xx_hal_tim.c:277
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim.c:661
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim.c:1326
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim.c:1990
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim.c:2639
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim.c:3034
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));
stm32f4xx_hal_tim_ex.c:151
assert_param(IS_TIM_CLOCKDIVISION_DIV(htim->Init.ClockDivision));