Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/
Dusbh_hal.c75 USBH_LL_INTR_CHAN_CHHLTD | \
363 … HAL_ASSERT(chan_intrs & USBH_LL_INTR_CHAN_CHHLTD); //An error should have halted the channel in usbh_hal_chan_decode_intr()
380 } else if (chan_intrs & USBH_LL_INTR_CHAN_CHHLTD) { in usbh_hal_chan_decode_intr()
/hal_espressif-3.4.0/components/hal/include/hal/
Dusbh_ll.h95 #define USBH_LL_INTR_CHAN_CHHLTD (1 << 1) macro