Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_cc13xx_cc26xx.c30 #define IOCFG_INT_MASK 0x00070000 macro
33 #define IOCFG_GEN_MASK (~IOCFG_INT_MASK)
109 config |= IOCPortConfigureGet(pin) & IOCFG_INT_MASK; in gpio_cc13xx_cc26xx_config()