Searched defs:IS_TICKFREQ (Results 1 – 3 of 3) sorted by relevance
30 #define IS_TICKFREQ(f) (((f) == HAL_TICK_FREQ_1KHZ) || ((f) == HAL_TICK_FREQ_100HZ) || ((f) == HAL… macro
69 #define IS_TICKFREQ(FREQ) (((FREQ) == LL_TICK_FREQ_10HZ) || \ macro
55 #define IS_TICKFREQ(__FREQ__) (((__FREQ__) == HAL_TICK_FREQ_10HZ) || \ macro
Completed in 19 milliseconds