Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_event.c66 uint32_t ui32RegAdr ; in AONEventMcuWakeUpSet() local
74 ui32RegAdr = ( AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL ); in AONEventMcuWakeUpSet()
76 ui32RegAdr += 4; in AONEventMcuWakeUpSet()
78 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet()
90 uint32_t ui32RegAdr ; in AONEventMcuWakeUpGet() local
96 ui32RegAdr = ( AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL ); in AONEventMcuWakeUpGet()
98 ui32RegAdr += 4; in AONEventMcuWakeUpGet()
100 return (( HWREG( ui32RegAdr ) >> ui32Shift ) & 0x3F ); in AONEventMcuWakeUpGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_event.c68 uint32_t ui32RegAdr ; in AONEventMcuWakeUpSet() local
76 ui32RegAdr = ( AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL ); in AONEventMcuWakeUpSet()
78 ui32RegAdr += 4; in AONEventMcuWakeUpSet()
80 HWREG( ui32RegAdr ) = ( HWREG( ui32RegAdr ) & ( ~ui32Mask )) | ( ui32EventSrc << ui32Shift ); in AONEventMcuWakeUpSet()
92 uint32_t ui32RegAdr ; in AONEventMcuWakeUpGet() local
98 ui32RegAdr = ( AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL ); in AONEventMcuWakeUpGet()
100 ui32RegAdr += 4; in AONEventMcuWakeUpGet()
102 return (( HWREG( ui32RegAdr ) >> ui32Shift ) & 0x3F ); in AONEventMcuWakeUpGet()