USBD_IsHalted
Default mainpageat91libusbdevicecoreUSBD_IsHalted
Description Source Call Graph
USBD_IsHalted
Returns the current Halt status of an endpoint.
 
Syntax / parameters
unsigned char USBD_IsHalted (unsigned char bEndpoint)

Name Type Default Description
bEndpoint unsigned char
  Index of endpoint
 
Return value unsigned char
  1 if the endpoint is currently halted; otherwise 0
Description
Returns the current Halt status of an endpoint.

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