Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h198 #define USB_SETUP_PACKET_INIT_SET_CONFIG(setup_pkt_ptr, config_num) ({ \ macro
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c307 USB_SETUP_PACKET_INIT_SET_CONFIG(setup_pkt, ENUM_CONFIG); in test_hcd_enum_device()
/hal_espressif-3.6.0/components/usb/
Dhub.c363USB_SETUP_PACKET_INIT_SET_CONFIG((usb_setup_packet_t *)transfer->data_buffer, ENUM_CONFIG_INDEX + … in enum_stage_transfer()