Searched refs:HTC_EP_ACTIVE (Results 1 – 1 of 1) sorted by relevance
296 #define HTC_EP_ACTIVE ((uint32_t) (1u << 31)) macro300 #define IS_EP_ACTIVE(epDist) ((epDist)->DistFlags & HTC_EP_ACTIVE)301 #define SET_EP_ACTIVE(epDist) (epDist)->DistFlags |= HTC_EP_ACTIVE