Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/
Duhs_types.h355 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_IN) ? TRUE : FALSE; in uhs_endpoint_dir_in()
367 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_OUT) ? TRUE : FALSE; in uhs_endpoint_dir_out()
Duhs_ch9.h263 #define UHS_ENDPOINT_DIR_MASK (1<<UHS_ENDPOINT_DIR_SHIFT) macro