Home
last modified time | relevance | path

Searched refs:ui32MCUWUEvent (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_event.c62 AONEventMcuWakeUpSet(uint32_t ui32MCUWUEvent, uint32_t ui32EventSrc) in AONEventMcuWakeUpSet() argument
69 ASSERT(( ui32MCUWUEvent >= AON_EVENT_MCU_WU0 ) && ( ui32MCUWUEvent <= AON_EVENT_MCU_WU7 )) in AONEventMcuWakeUpSet()
72 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpSet()
75 if ( ui32MCUWUEvent > 3 ) { in AONEventMcuWakeUpSet()
87 AONEventMcuWakeUpGet(uint32_t ui32MCUWUEvent) in AONEventMcuWakeUpGet() argument
93 ASSERT(( ui32MCUWUEvent >= AON_EVENT_MCU_WU0 ) && ( ui32MCUWUEvent <= AON_EVENT_MCU_WU7 )) in AONEventMcuWakeUpGet()
95 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpGet()
97 if ( ui32MCUWUEvent > 3 ) { in AONEventMcuWakeUpGet()
Daon_event.h223 extern void AONEventMcuWakeUpSet(uint32_t ui32MCUWUEvent,
279 extern uint32_t AONEventMcuWakeUpGet(uint32_t ui32MCUWUEvent);
Drom.h277 ((void (*)(uint32_t ui32MCUWUEvent, uint32_t ui32EventSrc)) \
281 ((uint32_t (*)(uint32_t ui32MCUWUEvent)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_event.c64 AONEventMcuWakeUpSet(uint32_t ui32MCUWUEvent, uint32_t ui32EventSrc) in AONEventMcuWakeUpSet() argument
71 ASSERT(( ui32MCUWUEvent >= AON_EVENT_MCU_WU0 ) && ( ui32MCUWUEvent <= AON_EVENT_MCU_WU7 )) in AONEventMcuWakeUpSet()
74 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpSet()
77 if ( ui32MCUWUEvent > 3 ) { in AONEventMcuWakeUpSet()
89 AONEventMcuWakeUpGet(uint32_t ui32MCUWUEvent) in AONEventMcuWakeUpGet() argument
95 ASSERT(( ui32MCUWUEvent >= AON_EVENT_MCU_WU0 ) && ( ui32MCUWUEvent <= AON_EVENT_MCU_WU7 )) in AONEventMcuWakeUpGet()
97 ui32Shift = (( ui32MCUWUEvent & 3 ) << 3 ); in AONEventMcuWakeUpGet()
99 if ( ui32MCUWUEvent > 3 ) { in AONEventMcuWakeUpGet()
Daon_event.h225 extern void AONEventMcuWakeUpSet(uint32_t ui32MCUWUEvent,
281 extern uint32_t AONEventMcuWakeUpGet(uint32_t ui32MCUWUEvent);
Drom.h279 ((void (*)(uint32_t ui32MCUWUEvent, uint32_t ui32EventSrc)) \
283 ((uint32_t (*)(uint32_t ui32MCUWUEvent)) \