Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h494 unsigned int periphAEnable, // \arg PERIPH A to enable in AT91F_PIO_CfgPeriph() argument
498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
Dlib_AT91SAM7X256.h494 unsigned int periphAEnable, // \arg PERIPH A to enable in AT91F_PIO_CfgPeriph() argument
498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
Dlib_AT91SAM7S64.h1566 unsigned int periphAEnable, // \arg PERIPH A to enable in AT91F_PIO_CfgPeriph() argument
1570 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
1572 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h494 unsigned int periphAEnable, // \arg PERIPH A to enable in AT91F_PIO_CfgPeriph() argument
498 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()