Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dgpio.h174 return (( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) >> dioNumber ) & 1 ); in GPIO_readDio()
204 return ( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) & dioMask ); in GPIO_readMultiDio()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dgpio.h148 return ((HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) >> dioNumber) & 1); in GPIOReadDio()
177 return (HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) & dioMask); in GPIOReadMultiDio()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dgpio.h177 return (( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) >> dioNumber ) & 1 );
207 return ( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) & dioMask );
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_gpio.h83 #define GPIO_O_DIN31_0 0x000000C0 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_gpio.h83 #define GPIO_O_DIN31_0 0x000000C0 macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_gpio.h178 #define GPIO_O_DIN31_0 0x00000700U macro