Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/include/hal/
Dusbh_hal.h33 #define USBH_HAL_FIFO_TOTAL_USABLE_LINES 200 //Although we have a 256 lines, only 200 lines … macro
/hal_espressif-3.4.0/components/hal/
Dusbh_hal.c149 …+ fifo_config->nptx_fifo_lines + fifo_config->ptx_fifo_lines) <= USBH_HAL_FIFO_TOTAL_USABLE_LINES); in usbh_hal_set_fifo_size()