Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c282 uhc_data_t g_uhc_data[USB_MODULE_NUM]; variable
353 memset(&g_uhc_data, 0, sizeof(uhc_data_t)); in R_USBH_Open()
499 g_uhc_data[p_ctrl->p_cfg->module_number].dev0.usbh_dev0_info.speed = *p_speed; in R_USBH_GetDeviceSpeed()
558 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].buf = NULL; in R_USBH_SetupSend()
559 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].length = 8; in R_USBH_SetupSend()
560 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].remaining = 0; in R_USBH_SetupSend()
561 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[0].dev = dev_addr; in R_USBH_SetupSend()
565 p_reg->DCPMAXP = (dev_addr << 12) | g_uhc_data[p_ctrl->p_cfg->module_number].ctl_mps[dev_addr]; in R_USBH_SetupSend()
630 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[num].dev = dev_addr; in R_USBH_EdptOpen()
631 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[num].ep = ep_addr; in R_USBH_EdptOpen()
[all …]