Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c786 static uint32_t check_reset_end(uint32_t alt_ev) in check_reset_end() function
849 check_reset_end(alt_ev); in handle_bus_reset()
876 alt_ev = check_reset_end(alt_ev); in handle_alt_ev()
1011 check_reset_end(USB_USB_ALTEV_REG_USB_RESET_Msk); in usb_dc_smartbond_isr()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c831 static uint32_t check_reset_end(struct usb_smartbond_data *data, uint32_t alt_ev) in check_reset_end() function
1207 check_reset_end(data, alt_ev); in handle_bus_reset()
1236 alt_ev = check_reset_end(data, alt_ev); in handle_alt_ev()
1307 check_reset_end(data, USB_USB_ALTEV_REG_USB_RESET_Msk); in udc_smartbond_isr()