Searched refs:phUwbStatus (Results 1 – 1 of 1) sorted by relevance
47 #define PHUWBSTVAL(phUwbCompID, phUwbStatus) \ argument48 (((phUwbStatus) == (UWBSTATUS_SUCCESS)) \50 : ((((tHAL_UWB_STATUS)(phUwbStatus)) & (PHUWBSTBLOWER)) | \57 #define PHUWBSTATUS(phUwbStatus) ((phUwbStatus)&0x00FFU) argument58 #define PHUWBCID(phUwbStatus) (((phUwbStatus)&0xFF00U) >> 8) argument