Prusa MINI Firmware overview
USBH_ClassTypeDef Struct Reference

#include <usbh_def.h>

Collaboration diagram for USBH_ClassTypeDef:

Public Attributes

const char * Name
 
uint8_t ClassCode
 
USBH_StatusTypeDef(* Init )(struct _USBH_HandleTypeDef *phost)
 
USBH_StatusTypeDef(* DeInit )(struct _USBH_HandleTypeDef *phost)
 
USBH_StatusTypeDef(* Requests )(struct _USBH_HandleTypeDef *phost)
 
USBH_StatusTypeDef(* BgndProcess )(struct _USBH_HandleTypeDef *phost)
 
USBH_StatusTypeDef(* SOFProcess )(struct _USBH_HandleTypeDef *phost)
 
voidpData