Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_rtc.h175 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()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_rtc.h176 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()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_aon_rtc.h47 #define AON_RTC_O_CTL 0x00000000 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_aon_rtc.h47 #define AON_RTC_O_CTL 0x00000000 macro
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c3661 HWREG(AON_RTC_BASE + AON_RTC_O_CTL) |= AON_RTC_CTL_RTC_UPD_EN_M; in RF_init()