RDRtoPCHardwareError
Default mainpageat91libusbdeviceccidRDRtoPCHardwareError
Description Source Call Graph
RDRtoPCHardwareError
Interrupt-IN Messages This message is sent when any bit in the bHardwareErrorCode field is set.
 
Syntax / parameters
unsigned char RDRtoPCHardwareError (unsigned char bSlot, unsigned char bSeq, unsigned char bHardwareErrorCode)

Name Type Default Description
bSlot unsigned char
  ICC slot number
bSeq unsigned char
  Sequence number of the bulk OUT command when the hardware error occured
bHardwareErrorCode unsigned char
  Hardware error code
 
Return value unsigned char
  USBD_STATUS_LOCKED or USBD_STATUS_SUCCESS
Description
Interrupt-IN Messages This message is sent when any bit in the bHardwareErrorCode field is set.
If this message is sent when there is no “outstanding” command, the bSeq field will be undefined.
 
Source
The documentation for this Member was generated from the following files:
  • cciddriver.c