USBD_Stall
Default mainpageat91libusbdevicecoreUSBD_Stall
Description Source Call Graph
USBD_Stall
Causes the given endpoint to acknowledge the next packet it receives with a STALL handshake.
 
Syntax / parameters
unsigned char USBD_Stall (unsigned char bEndpoint)

Name Type Default Description
bEndpoint unsigned char
  Endpoint number.
 
Return value unsigned char
  USBD_STATUS_SUCCESS or USBD_STATUS_LOCKED.
Description
Causes the given endpoint to acknowledge the next packet it receives with a STALL handshake.

 
Source
The documentation for this Member was generated from the following file:
  • USBD_UDP.c