Searched refs:endpoint (Results 1 – 1 of 1) sorted by relevance
2439 unsigned char endpoint ) /* \arg endpoint number */ in AT91F_UDP_EpStall() argument2441 pUDP->UDP_CSR[ endpoint ] |= AT91C_UDP_FORCESTALL; in AT91F_UDP_EpStall()2449 unsigned char endpoint, /* \arg endpoint number */ in AT91F_UDP_EpWrite() argument2452 pUDP->UDP_FDR[ endpoint ] = value; in AT91F_UDP_EpWrite()2460 unsigned char endpoint ) /* \arg endpoint number */ in AT91F_UDP_EpRead() argument2462 return pUDP->UDP_FDR[ endpoint ]; in AT91F_UDP_EpRead()2470 unsigned char endpoint ) /* \arg endpoint number */ in AT91F_UDP_EpEndOfWr() argument2472 pUDP->UDP_CSR[ endpoint ] |= AT91C_UDP_TXPKTRDY; in AT91F_UDP_EpEndOfWr()2480 unsigned char endpoint, /* \arg endpoint number */ in AT91F_UDP_EpClear() argument2483 pUDP->UDP_CSR[ endpoint ] &= ~( flag ); in AT91F_UDP_EpClear()[all …]