Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_dc_fsdev.c75 USB->ISTR = 0U; in usb_dc_init()
106 USB->ISTR = 0U; in usb_dc_deinit()
336 wIstr = USB->ISTR; in USBD_IRQHandler()
339 wIstr = USB->ISTR; in USBD_IRQHandler()
444 USB->ISTR &= (uint16_t)(~USB_ISTR_RESET); in USBD_IRQHandler()
450 USB->ISTR &= (uint16_t)(~USB_ISTR_ERR); in USBD_IRQHandler()
456 USB->ISTR &= (uint16_t)(~USB_ISTR_WKUP); in USBD_IRQHandler()
477 USB->ISTR &= (uint16_t)(~USB_ISTR_RESET); in USBD_IRQHandler()
487 USB->ISTR &= (uint16_t)(~USB_ISTR_SUSP); in USBD_IRQHandler()
493 USB->ISTR &= (uint16_t)(~USB_ISTR_SOF); in USBD_IRQHandler()
[all …]
A Dusb_fsdev_reg.h34 …__IO uint16_t ISTR; /*!< Interrupt status register, Address offset… member

Completed in 11 milliseconds