Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h135 #define USB_SFS_ENDPOINT_HALT 0x00 macro
/Zephyr-latest/subsys/usb/device/
Dusb_device.c1112 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in usb_handle_std_endpoint_req()
1117 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in usb_handle_std_endpoint_req()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c264 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in sreq_clear_feature()
347 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in sreq_set_feature()