Home
last modified time | relevance | path

Searched refs:ENDPOINT_SEND_STALL_BIT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c87 #define ENDPOINT_SEND_STALL_BIT BIT(3) macro
473 ep_ctrl_value |= ENDPOINT_SEND_STALL_BIT; in it82xx2_usb_ep_ctrl()
475 ep_ctrl_value &= ~ENDPOINT_SEND_STALL_BIT; in it82xx2_usb_ep_ctrl()
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c82 #define ENDPOINT_SEND_STALL_BIT BIT(3) macro
303 ep_ctrl_value |= ENDPOINT_SEND_STALL_BIT; in it82xx2_usb_ep_ctrl()
305 ep_ctrl_value &= ~ENDPOINT_SEND_STALL_BIT; in it82xx2_usb_ep_ctrl()