Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device_define.h23 #define USB_NUM_USBIP BSP_FEATURE_USB_NUM_IP macro
31 #define USB_NUM_USBIP BSP_FEATURE_USB_NUM_IP macro
Dr_usb_device.c135 static usb_pipe_cfg_t g_pipe_cfg[USB_NUM_USBIP];
159 FSP_ERROR_RETURN(USB_NUM_USBIP > p_cfg->module_number, FSP_ERR_IP_CHANNEL_NOT_PRESENT); in R_USBD_Open()