Home
last modified time | relevance | path

Searched refs:GPIO_O_EVFLAGS31_0 (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dgpio.h542 return (( HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) >> dioNumber ) & 1 ); in GPIO_getEventDio()
573 return ( HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) & dioMask ); in GPIO_getEventMultiDio()
594 HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) = ( 1 << dioNumber ); in GPIO_clearEventDio()
620 HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) = dioMask; in GPIO_clearEventMultiDio()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dgpio.h545 return (( HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) >> dioNumber ) & 1 );
576 return ( HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) & dioMask );
597 HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) = ( 1 << dioNumber );
623 HWREG( GPIO_BASE + GPIO_O_EVFLAGS31_0 ) = dioMask;
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_gpio.h89 #define GPIO_O_EVFLAGS31_0 0x000000E0 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_gpio.h89 #define GPIO_O_EVFLAGS31_0 0x000000E0 macro