Searched refs:AON_RTC_O_CTL (Results 1 – 5 of 5) sorted by relevance
175 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 1; in AONRTCEnable()196 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 0; in AONRTCDisable()212 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_RESET_BITN) = 1; in AONRTCReset()228 return(HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN)); in AONRTCActive()308 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCDelayConfig()312 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCDelayConfig()343 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCCombinedEventConfig()347 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCCombinedEventConfig()
176 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 1; in AONRTCEnable()197 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 0; in AONRTCDisable()213 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_RESET_BITN) = 1; in AONRTCReset()229 return(HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN)); in AONRTCActive()309 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCDelayConfig()313 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCDelayConfig()344 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCCombinedEventConfig()348 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCCombinedEventConfig()
47 #define AON_RTC_O_CTL 0x00000000 macro
3661 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) |= AON_RTC_CTL_RTC_UPD_EN_M; in RF_init()