Searched refs:RTC_PXI_RESULT_SHIFT (Results 1 – 2 of 2) sorted by relevance
35 #define RTC_PXI_RESULT_SHIFT 0 // Position of storage portion of processing result macro
1215 pxiresult = (RTCPxiResult)((data & RTC_PXI_RESULT_MASK) >> RTC_PXI_RESULT_SHIFT); in RtcCommonCallback()