Searched defs: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 */ member1803 static inline void process_pipe_forced_termination (usbd_instance_ctrl_t * const p_ctrl, uint8_t ep) in process_pipe_forced_termination()
219 …uint8_t ep[USB_DEVICE_NUM][2][USB_PIPE_COUNT]; /* a lookup table for a pipe index from an end… member1149 uint8_t * ep = &g_uhc_data[p_ctrl->p_cfg->module_number].ep[dev_addr - 1][0][0]; in r_usbh_device_release() local