Home
last modified time | relevance | path

Searched refs:AT91C_UDP_FORCESTALL (Results 1 – 9 of 9) sorted by relevance

/Kernel-v10.6.2/portable/IAR/AtmelSAM7S64/
HDAT91SAM7S64_inc.h1261 #define AT91C_UDP_FORCESTALL (0x1 << 5) // (UDP) Force Stall (used by Control, Bulk and Isoch… macro
HDAT91SAM7X128_inc.h899 #define AT91C_UDP_FORCESTALL (0x1 << 5) // (UDP) Force Stall (used by Control, Bulk and Isoch… macro
HDAT91SAM7X256_inc.h899 #define AT91C_UDP_FORCESTALL (0x1 << 5) // (UDP) Force Stall (used by Control, Bulk and Isoch… macro
HDlib_AT91SAM7S64.h2582 pUDP->UDP_CSR[endpoint] |= AT91C_UDP_FORCESTALL; in AT91F_UDP_EpStall()
HDAT91SAM7S64.h1363 #define AT91C_UDP_FORCESTALL ((unsigned int) 0x1 << 5) // (UDP) Force Stall (used by Control, Bul… macro
HDAT91SAM7X128.h1134 #define AT91C_UDP_FORCESTALL ((unsigned int) 0x1 << 5) // (UDP) Force Stall (used by Control, Bul… macro
HDAT91SAM7X256.h1134 #define AT91C_UDP_FORCESTALL ((unsigned int) 0x1 << 5) // (UDP) Force Stall (used by Control, Bul… macro
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
HDAT91SAM7X256.h1134 #define AT91C_UDP_FORCESTALL ((unsigned int) 0x1 << 5) // (UDP) Force Stall (used by Control, Bul… macro
HDioat91sam7x256.h1134 #define AT91C_UDP_FORCESTALL ((unsigned int) 0x1 << 5) // (UDP) Force Stall (used by Control, Bul… macro
3329 AT91C_UDP_FORCESTALL EQU (0x1 << 5) ;- (UDP) Force Stall (used by Control, Bulk and Isochrono…