Searched refs:pUdp (Results 1 – 1 of 1) sorted by relevance
2512 AT91PS_UDP pUdp ) /* \arg pointer to a UDP controller */ in AT91F_UDP_GetInterruptMaskStatus() argument2514 return pUdp->UDP_IMR; in AT91F_UDP_GetInterruptMaskStatus()2521 __inline int AT91F_UDP_IsInterruptMasked( AT91PS_UDP pUdp, /* \arg pointer to a UDP controller … in AT91F_UDP_IsInterruptMasked() argument2524 return( AT91F_UDP_GetInterruptMaskStatus( pUdp ) & flag ); in AT91F_UDP_IsInterruptMasked()