Searched refs:pioEnable (Results 1 – 4 of 4) sorted by relevance
495 unsigned int pioEnable ) /* \arg PIO to be enabled */ in AT91F_PIO_CfgOutput() argument497 pPio->PIO_PER = pioEnable; /* Set in PIO mode */ in AT91F_PIO_CfgOutput()498 pPio->PIO_OER = pioEnable; /* Configure in Output */ in AT91F_PIO_CfgOutput()
1496 unsigned int pioEnable ) /* \arg PIO to be enabled */ in AT91F_PIO_CfgOutput() argument1498 pPio->PIO_PER = pioEnable; /* Set in PIO mode */ in AT91F_PIO_CfgOutput()1499 pPio->PIO_OER = pioEnable; /* Configure in Output */ in AT91F_PIO_CfgOutput()