Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c85 uint8_t ep_hw_idx; /* BSP USBD driver EP index EP0, EP1, EP2, etc */ member
219 static inline USBD_EP_T *numaker_usbd_ep_base(const struct device *dev, uint32_t ep_hw_idx) in numaker_usbd_ep_base()
1321 uint32_t ep_hw_idx = u32_count_trailing_zeros(epintsts); in numaker_udbd_isr() local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c94 uint8_t ep_hw_idx; /* BSP USBD driver EP index EP0, EP1, EP2, etc */ member
241 static inline USBD_EP_T *numaker_usbd_ep_base(const struct device *dev, uint32_t ep_hw_idx) in numaker_usbd_ep_base()
1188 uint32_t ep_hw_idx = u32_count_trailing_zeros(epintsts); in numaker_udbd_isr() local