Home
last modified time | relevance | path

Searched refs:USB_EP_DESC_GET_EP_NUM (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h459 #define USB_EP_DESC_GET_EP_NUM(desc_ptr) ((desc_ptr)->bEndpointAddress & USB_B_ENDPOINT_ADDRESS_EP_… macro
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c201 USB_EP_DESC_GET_EP_NUM(ep_desc), in print_ep_desc()