Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_rtc.h736 AONRTCCompareValueSet(uint32_t ui32Channel, uint32_t ui32CompValue) in AONRTCCompareValueSet() argument
745 HWREG(AON_RTC_BASE + AON_RTC_O_CH0CMP + NONSECURE_OFFSET) = ui32CompValue; in AONRTCCompareValueSet()
750 HWREG(AON_RTC_BASE + AON_RTC_O_CH1CMP + NONSECURE_OFFSET) = ui32CompValue; in AONRTCCompareValueSet()
755 HWREG(AON_RTC_BASE + AON_RTC_O_CH2CMP + NONSECURE_OFFSET) = ui32CompValue; in AONRTCCompareValueSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_rtc.h737 AONRTCCompareValueSet(uint32_t ui32Channel, uint32_t ui32CompValue) in AONRTCCompareValueSet() argument
746 HWREG(AON_RTC_BASE + AON_RTC_O_CH0CMP) = ui32CompValue; in AONRTCCompareValueSet()
751 HWREG(AON_RTC_BASE + AON_RTC_O_CH1CMP) = ui32CompValue; in AONRTCCompareValueSet()
756 HWREG(AON_RTC_BASE + AON_RTC_O_CH2CMP) = ui32CompValue; in AONRTCCompareValueSet()