Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_gpio.h61 #define MCHP_GPIO_CTRL_DIR_POS 9 macro
62 #define MCHP_GPIO_CTRL_DIR_MASK BIT(MCHP_GPIO_CTRL_DIR_POS)
63 #define MCHP_GPIO_CTRL_DIR_OUTPUT BIT(MCHP_GPIO_CTRL_DIR_POS)
/Zephyr-latest/drivers/gpio/
Dgpio_mchp_xec_v2.c169 pcr1_new |= BIT(MCHP_GPIO_CTRL_DIR_POS); in gpio_xec_configure()
413 if (outputs && (pcr1 & BIT(MCHP_GPIO_CTRL_DIR_POS))) { in gpio_xec_get_direction()
447 if (pcr1 & BIT(MCHP_GPIO_CTRL_DIR_POS)) { in gpio_xec_get_config()