Searched refs:__AVERAGE__ (Results 1 – 1 of 1) sorted by relevance
591 #define IS_ECU_AVERAGE(__AVERAGE__) \ argument592 ( ((__AVERAGE__) == ECU_AVERAGE_DISABLE) \593 || ((__AVERAGE__) == ECU_AVERAGE_2PERIOD) \594 || ((__AVERAGE__) == ECU_AVERAGE_4PERIOD) \595 || ((__AVERAGE__) == ECU_AVERAGE_8PERIOD) \
Completed in 8 milliseconds