Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c157 hal->channels.num_allocd = 0; in usb_dwc_hal_core_soft_reset()
262 if (hal->channels.num_allocd == OTG_NUM_HOST_CHAN) { in usb_dwc_hal_chan_alloc()
270 hal->channels.num_allocd++; in usb_dwc_hal_chan_alloc()
304 hal->channels.num_allocd--; in usb_dwc_hal_chan_free()
305 HAL_ASSERT(hal->channels.num_allocd >= 0); in usb_dwc_hal_chan_free()
/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_hal.h193 int num_allocd; /**< Number of channels currently allocated */ member