Lines Matching refs:handled
596 uint32_t handled = 0; in rpi_pico_isr_handler() local
599 handled |= USB_INTS_DEV_SOF_BITS; in rpi_pico_isr_handler()
606 handled |= USB_INTS_DEV_CONN_DIS_BITS; in rpi_pico_isr_handler()
630 handled |= USB_INTR_DEV_RESUME_FROM_HOST_BITS; in rpi_pico_isr_handler()
638 handled |= USB_INTS_DEV_SUSPEND_BITS; in rpi_pico_isr_handler()
645 handled |= USB_INTS_BUS_RESET_BITS; in rpi_pico_isr_handler()
653 handled |= USB_INTS_ERROR_DATA_SEQ_BITS; in rpi_pico_isr_handler()
661 handled |= USB_INTS_ERROR_RX_TIMEOUT_BITS; in rpi_pico_isr_handler()
670 handled |= USB_INTS_ERROR_RX_OVERFLOW_BITS; in rpi_pico_isr_handler()
677 handled |= USB_INTS_ERROR_BIT_STUFF_BITS; in rpi_pico_isr_handler()
685 handled |= USB_INTS_ERROR_CRC_BITS; in rpi_pico_isr_handler()
699 handled |= USB_INTS_BUFF_STATUS_BITS; in rpi_pico_isr_handler()
704 handled |= USB_INTS_SETUP_REQ_BITS; in rpi_pico_isr_handler()
710 if (status ^ handled) { in rpi_pico_isr_handler()
711 LOG_ERR("Unhandled IRQ: 0x%x", status ^ handled); in rpi_pico_isr_handler()