Searched refs:pPio (Results 1 – 4 of 4) sorted by relevance
| /Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/ |
| D | lib_AT91SAM7X128.h | 493 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgPeriph() argument 498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph() 499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph() 500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph() 508 AT91PS_PIO pPio, // \arg pointer to a PIO controller 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() 520 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgInput() argument 524 pPio->PIO_ODR = inputEnable; in AT91F_PIO_CfgInput() 525 pPio->PIO_PER = inputEnable; in AT91F_PIO_CfgInput() [all …]
|
| D | lib_AT91SAM7X256.h | 493 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgPeriph() argument 498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph() 499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph() 500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph() 508 AT91PS_PIO pPio, // \arg pointer to a PIO controller 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() 520 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgInput() argument 524 pPio->PIO_ODR = inputEnable; in AT91F_PIO_CfgInput() 525 pPio->PIO_PER = inputEnable; in AT91F_PIO_CfgInput() [all …]
|
| D | lib_AT91SAM7S64.h | 1565 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgPeriph() argument 1570 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph() 1571 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph() 1572 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph() 1580 AT91PS_PIO pPio, // \arg pointer to a PIO controller 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() 1592 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgInput() argument 1596 pPio->PIO_ODR = inputEnable; in AT91F_PIO_CfgInput() 1597 pPio->PIO_PER = inputEnable; in AT91F_PIO_CfgInput() [all …]
|
| /Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/ |
| D | lib_AT91SAM7X256.h | 493 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgPeriph() argument 498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph() 499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph() 500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph() 508 AT91PS_PIO pPio, // \arg pointer to a PIO controller 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() 520 AT91PS_PIO pPio, // \arg pointer to a PIO controller in AT91F_PIO_CfgInput() argument 524 pPio->PIO_ODR = inputEnable; in AT91F_PIO_CfgInput() 525 pPio->PIO_PER = inputEnable; in AT91F_PIO_CfgInput() [all …]
|