Searched refs:IS_GFXTIM_RELATIVE_FRAME_VALUE (Results 1 – 6 of 6) sorted by relevance
1126 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->AutoReloadValue)); in HAL_GFXTIM_RelativeTimer_Config()1127 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->CounterMode)); in HAL_GFXTIM_RelativeTimer_Config()1324 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(Value)); in HAL_GFXTIM_RelativeTimer_SetReload()
701 #define IS_GFXTIM_RELATIVE_FRAME_VALUE(PARAM) ((PARAM) <= 4095U) macro