|
|
@ -178,17 +178,17 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
enum USB_Control_Request_t |
|
|
|
enum USB_Control_Request_t |
|
|
|
{ |
|
|
|
{ |
|
|
|
REQ_GetStatus = 0, /**< Implemented in the library for device, endpoint and interface
|
|
|
|
REQ_GetStatus = 0, /**< Implemented in the library for device and endpoint recipients. Passed
|
|
|
|
* recipients. Passed to the user application for other recipients |
|
|
|
* to the user application for other recipients via the |
|
|
|
* via the \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* device mode. */ |
|
|
|
* device mode. */ |
|
|
|
REQ_ClearFeature = 1, /**< Implemented in the library for device, endpoint and interface
|
|
|
|
REQ_ClearFeature = 1, /**< Implemented in the library for device and endpoint recipients. Passed
|
|
|
|
* recipients. Passed to the user application for other recipients |
|
|
|
* to the user application for other recipients via the |
|
|
|
* via the \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* device mode. */ |
|
|
|
* device mode. */ |
|
|
|
REQ_SetFeature = 3, /**< Implemented in the library for device, endpoint and interface
|
|
|
|
REQ_SetFeature = 3, /**< Implemented in the library for device and endpoint recipients. Passed
|
|
|
|
* recipients. Passed to the user application for other recipients |
|
|
|
* to the user application for other recipients via the |
|
|
|
* via the \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* \ref EVENT_USB_Device_ControlRequest() event when received in |
|
|
|
* device mode. */ |
|
|
|
* device mode. */ |
|
|
|
REQ_SetAddress = 5, /**< Implemented in the library for the device recipient. Passed
|
|
|
|
REQ_SetAddress = 5, /**< Implemented in the library for the device recipient. Passed
|
|
|
|
* to the user application for other recipients via the |
|
|
|
* to the user application for other recipients via the |
|
|
|