Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c87 struct numaker_usbd_ep { struct
88 bool valid;
90 bool nak_clr; /* NAK cleared (ACK next transaction) */
92 const struct device *dev; /* Pointer to the containing device */
94 uint8_t ep_hw_idx; /* BSP USBD driver EP index EP0, EP1, EP2, etc */
95 uint32_t ep_hw_cfg; /* BSP USBD driver EP configuration */
98 bool dmabuf_valid;
99 uint32_t dmabuf_base;
100 uint32_t dmabuf_size;
128 struct numaker_usbd_ep_mgmt { argument
[all …]
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c80 struct numaker_usbd_ep { struct
81 bool valid;
83 const struct device *dev; /* Pointer to the containing device */
85 uint8_t ep_hw_idx; /* BSP USBD driver EP index EP0, EP1, EP2, etc */
86 uint32_t ep_hw_cfg; /* BSP USBD driver EP configuration */
89 bool dmabuf_valid;
90 uint32_t dmabuf_base;
91 uint32_t dmabuf_size;
97 uint32_t mxpld_ctrlout;
100 bool addr_valid;
[all …]