Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
HDlib_AT91SAM7X128.h495 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument
499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
HDlib_AT91SAM7X256.h495 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument
499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
HDlib_AT91SAM7S64.h1567 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument
1571 pPio->PIO_BSR = periphBEnable; 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/
HDlib_AT91SAM7X256.h495 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument
499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph()
500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()