Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c68 uint8_t ep; /* an assigned endpoint address */ member
74 … uint8_t ep[2][16]; /* a lookup table for a pipe index from an endpoint address */ member
1803 static inline void process_pipe_forced_termination (usbd_instance_ctrl_t * const p_ctrl, uint8_t ep) in process_pipe_forced_termination()
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_host/
Dr_usb_host.c219 …uint8_t ep[USB_DEVICE_NUM][2][USB_PIPE_COUNT]; /* a lookup table for a pipe index from an end… member
1149 uint8_t * ep = &g_uhc_data[p_ctrl->p_cfg->module_number].ep[dev_addr - 1][0][0]; in r_usbh_device_release() local