APM:Libraries
|
#include <usb_core.h>
Public Attributes | |
uint8_t | bmRequest |
uint8_t | bRequest |
uint16_t | wValue |
uint16_t | wIndex |
uint16_t | wLength |
Definition at line 180 of file usb_core.h.
uint8_t usb_setup_req::bmRequest |
Definition at line 182 of file usb_core.h.
Referenced by usbd_cdc_Setup(), USBD_MSC_Setup(), USBD_ParseSetupRequest(), and USBD_SetupStage().
uint8_t usb_setup_req::bRequest |
Definition at line 183 of file usb_core.h.
Referenced by usbd_cdc_Setup(), USBD_MSC_Setup(), USBD_ParseSetupRequest(), USBD_StdDevReq(), and USBD_StdEPReq().
uint16_t usb_setup_req::wIndex |
Definition at line 185 of file usb_core.h.
Referenced by USBD_MSC_Setup(), USBD_ParseSetupRequest(), USBD_SetAddress(), USBD_SetFeature(), USBD_StdEPReq(), and USBD_StdItfReq().
uint16_t usb_setup_req::wLength |
Definition at line 186 of file usb_core.h.
Referenced by usbd_cdc_Setup(), USBD_GetConfig(), USBD_GetDescriptor(), USBD_MSC_Setup(), USBD_ParseSetupRequest(), USBD_SetAddress(), and USBD_StdItfReq().
uint16_t usb_setup_req::wValue |
Definition at line 184 of file usb_core.h.
Referenced by usbd_cdc_Setup(), USBD_ClrFeature(), USBD_GetDescriptor(), USBD_MSC_Setup(), USBD_ParseSetupRequest(), USBD_SetAddress(), USBD_SetConfig(), USBD_SetFeature(), and USBD_StdEPReq().