Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_usb_reset_interface_headers/include/pico/
Dusb_reset_interface.h19 #define RESET_INTERFACE_PROTOCOL 0x01 macro
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb_descriptors.c119 …num, 0, 0, TUSB_CLASS_VENDOR_SPECIFIC, RESET_INTERFACE_SUBCLASS, RESET_INTERFACE_PROTOCOL, _stridx,
Dreset_interface.c103 RESET_INTERFACE_PROTOCOL == itf_desc->bInterfaceProtocol, 0); in resetd_open()