Searched refs:RTC_WR_TPR (Results 1 – 1 of 1) sorted by relevance
18519 #define RTC_WR_TPR(base, value) (RTC_TPR_REG(base) = (value)) macro18520 #define RTC_RMW_TPR(base, mask, value) (RTC_WR_TPR(base, (RTC_RD_TPR(base) & ~(mask)) | (value)))