Skip to content
Snippets Groups Projects
Select Git revision
  • 911089606376e60bd9451a85eb9558a23cde9039
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

objzip.c

Blame
  • usbd_pyb_core.h 176 B
    extern USBD_Class_cb_TypeDef USBD_PYB_cb;
    extern USBD_Class_cb_TypeDef USBD_PYB_HID_cb;
    
    uint8_t USBD_HID_SendReport(USB_OTG_CORE_HANDLE *pdev, uint8_t *report, uint16_t len);