Searched refs:IADC_NUM (Results 1 – 6 of 6) sorted by relevance
62 #if defined(IADC_NUM)63 #define IADC_REF_VALID(ref) (IADC_NUM(ref) != -1)67 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : -1) macro70 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 : ((ref) == IADC1) ? 1 : -1) macro102 #define IADC_SCANENTRIES(iadc) IADC_ENTRIES(IADC_NUM(iadc))294 for (config = 0; config < IADC_CONFIGNUM(IADC_NUM(iadc)); config++) { in IADC_init()855 for (i = 0; i < IADC_CONFIGNUM(IADC_NUM(iadc)); i++) { in IADC_reset()
1290 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \ macro
1306 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \ macro
1285 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \ macro
1305 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \ macro
1291 #define IADC_NUM(ref) (((ref) == IADC0) ? 0 \ macro