Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Daon_rtc.h371 HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH0_BITN) = 1; in AONRTCEventClear()
376 HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH1_BITN) = 1; in AONRTCEventClear()
381 HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH2_BITN) = 1; in AONRTCEventClear()
414 uint32Event = HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH0_BITN); in AONRTCEventGet()
419 uint32Event = HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH1_BITN); in AONRTCEventGet()
424 uint32Event = HWREGBITW(AON_RTC_BASE + AON_RTC_O_EVFLAGS, AON_RTC_EVFLAGS_CH2_BITN); in AONRTCEventGet()
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_aon_rtc.h50 #define AON_RTC_O_EVFLAGS 0x00000004 macro

Completed in 5 milliseconds