FUNC_ADC
if (function == FUNC_ADC && (pin->analog & LPC18XX_ANALOG_PIN)) {
if (function == FUNC_ADC && p->analog)
[FUNC_ADC] = "adc",