Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h481 unsigned int periphAEnable, /* \arg PERIPH A to enable */ in AT91F_PIO_CfgPeriph() argument
485 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
487 pPio->PIO_PDR = ( periphAEnable | periphBEnable ); /* Set in Periph mode */ in AT91F_PIO_CfgPeriph()
Dlib_AT91SAM7X256.h481 unsigned int periphAEnable, /* \arg PERIPH A to enable */ in AT91F_PIO_CfgPeriph() argument
485 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
487 pPio->PIO_PDR = ( periphAEnable | periphBEnable ); /* Set in Periph mode */ in AT91F_PIO_CfgPeriph()
Dlib_AT91SAM7S64.h1482 unsigned int periphAEnable, /* \arg PERIPH A to enable */ in AT91F_PIO_CfgPeriph() argument
1486 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
1488 pPio->PIO_PDR = ( periphAEnable | periphBEnable ); /* Set in Periph mode */ in AT91F_PIO_CfgPeriph()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h481 unsigned int periphAEnable, /* \arg PERIPH A to enable */ in AT91F_PIO_CfgPeriph() argument
485 pPio->PIO_ASR = periphAEnable; in AT91F_PIO_CfgPeriph()
487 pPio->PIO_PDR = ( periphAEnable | periphBEnable ); /* Set in Periph mode */ in AT91F_PIO_CfgPeriph()