Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dgpio.h388 return ((HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) >> dioNumber) & 1); in GPIOGetOutputEnableDio()
417 return (HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & dioMask); in GPIOGetOutputEnableMultiDio()
446 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) |= (1 << dioNumber); in GPIOSetOutputEnableDio()
450 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) &= ~(1 << dioNumber); in GPIOSetOutputEnableDio()
483 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) = (HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & ~dioMask) | in GPIOSetOutputEnableMultiDio()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dgpio.h425 return (( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) >> dioNumber ) & 1 ); in GPIO_getOutputEnableDio()
455 return ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & dioMask ); in GPIO_getOutputEnableMultiDio()
484 HWREGBITW( GPIO_BASE + GPIO_O_DOE31_0, dioNumber ) = outputEnableValue; in GPIO_setOutputEnableDio()
517 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) = in GPIO_setOutputEnableMultiDio()
518 ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & ~dioMask ) | in GPIO_setOutputEnableMultiDio()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dgpio.h428 return (( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) >> dioNumber ) & 1 );
458 return ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & dioMask );
487 HWREGBITW( GPIO_BASE + GPIO_O_DOE31_0, dioNumber ) = outputEnableValue;
520 HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) =
521 ( HWREG( GPIO_BASE + GPIO_O_DOE31_0 ) & ~dioMask ) |
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_gpio.h86 #define GPIO_O_DOE31_0 0x000000D0 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_gpio.h86 #define GPIO_O_DOE31_0 0x000000D0 macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_gpio.h145 #define GPIO_O_DOE31_0 0x00000500U macro