unsigned int ADC_IsStatusSet(AT91S_ADC *pAdc, unsigned int flag) { return (ADC_GetStatus(pAdc) & flag); }