USBH_EP_BULK is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_EP_BULK macro

Syntax

#define USBH_EP_BULK 2U

References

LocationText
usbh_ioreq.h:54
#define USBH_EP_BULK 2U
usbh_ioreq.c:191
USBH_EP_BULK, /* EP type */
usbh_ioreq.c:217
USBH_EP_BULK, /* EP type */
usbh_mtp.c:283
((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bmAttributes & USBH_EP_BULK) == USBH_EP_BULK))
usbh_mtp.c:312
((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bmAttributes & USBH_EP_BULK) == USBH_EP_BULK))