ADC
} while (ADC() == 0 &&
} while (ADC() != 0 &&
return (ADC() == 0);
return (IsLocked() && ADC() <= 2);
int ADC();