Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/
Duhs_types.h341 static inline int uhs_endpoint_num(const UhsEndpointDescriptor *epd) in uhs_endpoint_num() argument
343 return epd->bEndpointAddress & UHS_ENDPOINT_NUMBER_MASK; in uhs_endpoint_num()
353 static inline BOOL uhs_endpoint_dir_in(const UhsEndpointDescriptor *epd) in uhs_endpoint_dir_in() argument
355 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_IN) ? TRUE : FALSE; in uhs_endpoint_dir_in()
365 static inline BOOL uhs_endpoint_dir_out(const UhsEndpointDescriptor *epd) in uhs_endpoint_dir_out() argument
367 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_OUT) ? TRUE : FALSE; in uhs_endpoint_dir_out()
397 static inline BOOL uhs_endpoint_xfer_bulk(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_bulk() argument
399 return((epd->bmAttributes & UHS_ENDPOINT_XFERTYPE_MASK) == in uhs_endpoint_xfer_bulk()
410 static inline BOOL uhs_endpoint_xfer_control(const UhsEndpointDescriptor *epd) in uhs_endpoint_xfer_control() argument
412 return((epd->bmAttributes & UHS_ENDPOINT_XFERTYPE_MASK) == in uhs_endpoint_xfer_control()
[all …]