Lines Matching defs:numaker_usbd_ep
87 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
145 struct numaker_usbd_ep ep_pool[NUMAKER_USBD_EP_MAXNUM]; argument