Home
last modified time | relevance | path

Searched refs:pioEnable (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
HDlib_AT91SAM7X128.h509 unsigned int pioEnable) // \arg PIO to be enabled in AT91F_PIO_CfgOutput() argument
511 pPio->PIO_PER = pioEnable; // Set in PIO mode in AT91F_PIO_CfgOutput()
512 pPio->PIO_OER = pioEnable; // Configure in Output in AT91F_PIO_CfgOutput()
HDlib_AT91SAM7X256.h509 unsigned int pioEnable) // \arg PIO to be enabled in AT91F_PIO_CfgOutput() argument
511 pPio->PIO_PER = pioEnable; // Set in PIO mode in AT91F_PIO_CfgOutput()
512 pPio->PIO_OER = pioEnable; // Configure in Output in AT91F_PIO_CfgOutput()
HDlib_AT91SAM7S64.h1581 unsigned int pioEnable) // \arg PIO to be enabled in AT91F_PIO_CfgOutput() argument
1583 pPio->PIO_PER = pioEnable; // Set in PIO mode in AT91F_PIO_CfgOutput()
1584 pPio->PIO_OER = pioEnable; // Configure in Output in AT91F_PIO_CfgOutput()
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
HDlib_AT91SAM7X256.h509 unsigned int pioEnable) // \arg PIO to be enabled in AT91F_PIO_CfgOutput() argument
511 pPio->PIO_PER = pioEnable; // Set in PIO mode in AT91F_PIO_CfgOutput()
512 pPio->PIO_OER = pioEnable; // Configure in Output in AT91F_PIO_CfgOutput()