Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_intel.c51 #define PAD_CFG0_RXEVCFG_POS 25 macro
52 #define PAD_CFG0_RXEVCFG_MASK (0x03 << PAD_CFG0_RXEVCFG_POS)
53 #define PAD_CFG0_RXEVCFG_LEVEL (0 << PAD_CFG0_RXEVCFG_POS)
54 #define PAD_CFG0_RXEVCFG_EDGE (1 << PAD_CFG0_RXEVCFG_POS)
55 #define PAD_CFG0_RXEVCFG_DRIVE0 (2 << PAD_CFG0_RXEVCFG_POS)