Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
68 uint8_t ep; /* an assigned endpoint address */ member74 … uint8_t ep[2][16]; /* a lookup table for a pipe index from an endpoint address */ member119 static inline void process_pipe_forced_termination(usbd_instance_ctrl_t * const p_ctrl, uint8_t ep);329 g_pipe_cfg[p_ctrl->p_cfg->module_number].pipe[num].ep = ep_addr; in R_USBD_EdptOpen()330 g_pipe_cfg[p_ctrl->p_cfg->module_number].ep[USB_PIPECFG_DIR_IDX(dir)][epn] = num; in R_USBD_EdptOpen()412 const uint8_t num = g_pipe_cfg[p_ctrl->p_cfg->module_number].ep[USB_PIPECFG_DIR_IDX(dir)][epn]; in R_USBD_EdptClose()435 g_pipe_cfg[p_ctrl->p_cfg->module_number].pipe[num].ep = 0; in R_USBD_EdptClose()436 g_pipe_cfg[p_ctrl->p_cfg->module_number].ep[USB_PIPECFG_DIR_IDX(dir)][epn] = 0; in R_USBD_EdptClose()559 …const uint8_t num = g_pipe_cfg[p_ctrl->p_cfg->module_number].ep[USB_PIPECFG_DIR_IDX(dir)… in R_USBD_EdptStall()592 …const uint8_t num = g_pipe_cfg[p_ctrl->p_cfg->module_number].ep[USB_PIPECFG_DIR_IDX(dir)… in R_USBD_EdptClearStall()[all …]
197 uint32_t ep : 8; /* an assigned endpoint address */219 …uint8_t ep[USB_DEVICE_NUM][2][USB_PIPE_COUNT]; /* a lookup table for a pipe index from an end… member631 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[num].ep = ep_addr; in R_USBH_EdptOpen()632 g_uhc_data[p_ctrl->p_cfg->module_number].ep[dev_addr - 1][dir_in][epn - 1] = num; in R_USBH_EdptOpen()1149 uint8_t * ep = &g_uhc_data[p_ctrl->p_cfg->module_number].ep[dev_addr - 1][0][0]; in r_usbh_device_release() local1151 for (int i = 0; i < 2 * USB_PIPE_COUNT; ++i, ++ep) in r_usbh_device_release()1153 uint32_t num = *ep; in r_usbh_device_release()1167 g_uhc_data[p_ctrl->p_cfg->module_number].pipe[num].ep = 0; in r_usbh_device_release()1169 *ep = 0; in r_usbh_device_release()1190 if (0 == g_uhc_data[p_ctrl->p_cfg->module_number].pipe[i].ep) in r_usbh_find_pipe()[all …]