Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/inc/common/
DphUwbStatus.h47 #define PHUWBSTVAL(phUwbCompID, phUwbStatus) \ argument
48 (((phUwbStatus) == (UWBSTATUS_SUCCESS)) \
50 : ((((tHAL_UWB_STATUS)(phUwbStatus)) & (PHUWBSTBLOWER)) | \
57 #define PHUWBSTATUS(phUwbStatus) ((phUwbStatus)&0x00FFU) argument
58 #define PHUWBCID(phUwbStatus) (((phUwbStatus)&0xFF00U) >> 8) argument