Searched refs:pUdp (Results 1 – 1 of 1) sorted by relevance
2659 AT91PS_UDP pUdp) // \arg pointer to a UDP controller in AT91F_UDP_GetInterruptMaskStatus() argument2661 return pUdp->UDP_IMR; in AT91F_UDP_GetInterruptMaskStatus()2669 AT91PS_UDP pUdp, // \arg pointer to a UDP controller in AT91F_UDP_IsInterruptMasked() argument2672 return (AT91F_UDP_GetInterruptMaskStatus(pUdp) & flag); in AT91F_UDP_IsInterruptMasked()