Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_gpio_api.h201 #define MEC5_GPIO_CFG_DIR_OUT_POS 5 macro
237 #define MEC5_GPIO_CFG_DIR_OUTPUT (1u << MEC5_GPIO_CFG_DIR_OUT_POS)
Dmec_gpio.c644 if (config & MEC_BIT(MEC5_GPIO_CFG_DIR_OUT_POS)) { /* direction is output? */ in mec_hal_gpio_pin_config()