Searched refs:PIC32_RTCCON_ON (Results 1 – 1 of 1) sorted by relevance
22 #define PIC32_RTCCON_ON BIT(15) macro274 writel(PIC32_RTCCON_ON, base + PIC32_CLR(PIC32_RTCCON)); in pic32_rtc_enable()281 if (!(readl(base + PIC32_RTCCON) & PIC32_RTCCON_ON)) in pic32_rtc_enable()282 writel(PIC32_RTCCON_ON, base + PIC32_SET(PIC32_RTCCON)); in pic32_rtc_enable()