DIY Logging Volt/Ampmeter

Macros

#define IS_TICKFREQ(FREQ)
 

Detailed Description

Macro Definition Documentation

◆ IS_TICKFREQ

#define IS_TICKFREQ (   FREQ)
Value:
(((FREQ) == HAL_TICK_FREQ_10HZ) || \
((FREQ) == HAL_TICK_FREQ_100HZ) || \
((FREQ) == HAL_TICK_FREQ_1KHZ))

Definition at line 268 of file stm32f1xx_hal.h.

HAL_TICK_FREQ_1KHZ
@ HAL_TICK_FREQ_1KHZ
Definition: stm32f1xx_hal.h:53
HAL_TICK_FREQ_10HZ
@ HAL_TICK_FREQ_10HZ
Definition: stm32f1xx_hal.h:51
HAL_TICK_FREQ_100HZ
@ HAL_TICK_FREQ_100HZ
Definition: stm32f1xx_hal.h:52