ADC_IsInterruptMasked
Default mainpageat91libperipheralsadcADC_IsInterruptMasked
Description Source Call Graph
Start Line: 325
unsigned int ADC_IsInterruptMasked(AT91S_ADC *pAdc, unsigned int flag)
{
    return (ADC_GetInterruptMaskStatus(pAdc) & flag);
}