\r
/* Public Interface - May be used in end-application: */\r
/* Macros: */\r
+ /** Mask for determining the type of an endpoint from an endpoint descriptor. This should then be compared\r
+ * with the EP_TYPE_* masks to determine the exact type of the endpoint.\r
+ */\r
+ #define EP_TYPE_MASK 0x03\r
+\r
/** Casts a pointer to a descriptor inside the configuration descriptor into a pointer to the given\r
* descriptor type.\r
*\r