Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Daon_rtc.h163 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 1; in AONRTCEnable()
186 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN) = 0; in AONRTCDisable()
204 HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_RESET_BITN) = 1; in AONRTCReset()
220 return(HWREGBITW(AON_RTC_BASE + AON_RTC_O_CTL, AON_RTC_CTL_EN_BITN)); in AONRTCActive()
302 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCDelayConfig()
306 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCDelayConfig()
339 ui32Cfg = HWREG(AON_RTC_BASE + AON_RTC_O_CTL); in AONRTCCombinedEventConfig()
343 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) = ui32Cfg; in AONRTCCombinedEventConfig()
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_aon_rtc.h47 #define AON_RTC_O_CTL 0x00000000 macro

Completed in 5 milliseconds