Searched refs:periphBEnable (Results 1 – 4 of 4) sorted by relevance
495 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument499 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph()500 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()
1567 unsigned int periphBEnable) // \arg PERIPH B to enable in AT91F_PIO_CfgPeriph() argument1571 pPio->PIO_BSR = periphBEnable; in AT91F_PIO_CfgPeriph()1572 pPio->PIO_PDR = (periphAEnable | periphBEnable); // Set in Periph mode in AT91F_PIO_CfgPeriph()