Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c61 #define UDC_DWC2_FIFO0_DEPTH (2 * 16U) macro
1190 MIN(UDC_DWC2_FIFO0_DEPTH, priv->max_txfifo_depth[0]); in dwc2_set_dedicated_fifo()
1959 val = MIN(UDC_DWC2_FIFO0_DEPTH, priv->max_txfifo_depth[0]); in udc_dwc2_init_controller()