PMC_IsPeriphEnabled
Default mainpageat91libperipheralspmcPMC_IsPeriphEnabled
Description Source Call Graph
Start Line: 172
unsigned int PMC_IsPeriphEnabled(unsigned int id)
{
    return (AT91C_BASE_PMC->PMC_PCSR & (1 << id));  
}