USBD_UDP.c
Default mainpageat91libusbdevicecoreUSBD_UDP.c
Description Overview
Classes Brief description
 Endpoint Describes the state of an endpoint of the UDP controller.
 Transfer Describes an ongoing transfer on a UDP endpoint.
Macros  
 CLEAR_CSR Sets the specified bit(s) in the UDP_CSR register.
 SET_CSR Clears the specified bit(s) in the UDP_CSR register.
Defines  
 REG_NO_EFFECT_1_ALL Bitmap for all status bits in CSR.
 UDP_ENDPOINT_DISABLED Endpoint states: Endpoint is disabled.
 UDP_ENDPOINT_HALTED Endpoint states: Endpoint is halted (i.e. STALLs every request).
 UDP_ENDPOINT_IDLE Endpoint states: Endpoint is idle (i.e. ready for transmission).
 UDP_ENDPOINT_RECEIVING Endpoint states: Endpoint is receiving data.
 UDP_ENDPOINT_SENDING Endpoint states: Endpoint is sending data.
 UDP_RXDATA Bit mask for both banks of the UDP_CSR register.