Searched refs:DeviceNotSupported (Results 1 – 5 of 5) sorted by relevance
79 if(phost->usr_cb->DeviceNotSupported) in USBH_MSC_Init()80 phost->usr_cb->DeviceNotSupported(); in USBH_MSC_Init()
86 if(phost->usr_cb->DeviceNotSupported) in USBH_HID_Init()87 phost->usr_cb->DeviceNotSupported(); in USBH_HID_Init()
81 if(phost->usr_cb->DeviceNotSupported) in USBH_CDC_Init()82 phost->usr_cb->DeviceNotSupported(); in USBH_CDC_Init()
121 void (*DeviceNotSupported)(void); member
127 if(phost->usr_cb->DeviceNotSupported) in USBH_MTP_Init()128 phost->usr_cb->DeviceNotSupported(); in USBH_MTP_Init()
Completed in 10 milliseconds