Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c69 #define DC_TRANS_DONE BIT(0) macro
552 DC_TRANS_DONE | DC_RESET_EVENT | DC_SOF_RECEIVED | DC_RESUME_INT; in it82xx2_usb_dc_ip_init()
556 DC_TRANS_DONE | DC_RESET_EVENT | DC_SOF_RECEIVED | DC_RESUME_INT; in it82xx2_usb_dc_ip_init()
911 if (status & DC_TRANS_DONE) { in it82xx2_usb_dc_isr()
913 usb_regs->dc_interrupt_status = DC_TRANS_DONE; in it82xx2_usb_dc_isr()
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c64 #define DC_TRANS_DONE BIT(0) macro
691 DC_TRANS_DONE | DC_RESET_EVENT | DC_SOF_RECEIVED | DC_RESUME_EVENT; in it82xx2_usb_dc_ip_init()
695 DC_TRANS_DONE | DC_RESET_EVENT | DC_SOF_RECEIVED | DC_RESUME_EVENT; in it82xx2_usb_dc_ip_init()
1371 if (status & DC_TRANS_DONE) { in it82xx2_usb_dc_isr()
1373 usb_regs->dc_interrupt_status = DC_TRANS_DONE; in it82xx2_usb_dc_isr()