Home
last modified time | relevance | path

Searched refs:RESET_INTERFACE_SUBCLASS (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_usb_reset_interface_headers/include/pico/
Dusb_reset_interface.h17 #define RESET_INTERFACE_SUBCLASS 0x00 macro
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb_descriptors.c119 …9, TUSB_DESC_INTERFACE, _itfnum, 0, 0, TUSB_CLASS_VENDOR_SPECIFIC, RESET_INTERFACE_SUBCLASS, RESET…
Dreset_interface.c102 RESET_INTERFACE_SUBCLASS == itf_desc->bInterfaceSubClass && in resetd_open()