Searched refs:IS_ADC_THRESHOLD (Results 1 – 19 of 19) sorted by relevance
456 Assert_Param(IS_ADC_THRESHOLD(UPPER)); in ADC_AWDThresholdsConfig()457 Assert_Param(IS_ADC_THRESHOLD(LOWER)); in ADC_AWDThresholdsConfig()
803 Assert_Param(IS_ADC_THRESHOLD(UPPER)); in ADC_AWDThresholdsConfig()804 Assert_Param(IS_ADC_THRESHOLD(LOWER)); in ADC_AWDThresholdsConfig()
448 Assert_Param(IS_ADC_THRESHOLD(UPPER)); in ADC_AWDThresholdsConfig()449 Assert_Param(IS_ADC_THRESHOLD(LOWER)); in ADC_AWDThresholdsConfig()
676 Assert_Param(IS_ADC_THRESHOLD(UPPER)); in ADC_AWDThresholdsConfig()677 Assert_Param(IS_ADC_THRESHOLD(LOWER)); in ADC_AWDThresholdsConfig()
606 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()607 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
600 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()601 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
428 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()429 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
323 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()324 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
1087 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()1088 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
303 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
295 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
320 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
269 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
324 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
388 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) < 4096) macro
268 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) <= 0xFFF) macro
372 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) < 4096) macro
538 #define IS_ADC_THRESHOLD(THRESHOLD) ((THRESHOLD) < 4096) macro
Completed in 68 milliseconds