Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_gpio_8f_6port_v1_5.h107MEC_GPIO_CTRL_DIR_OUTPUT = 1, /*!< OUTPUT : GPIO is in output mode … enumerator
/hal_microchip-latest/mec5/drivers/
Dmec_gpio.c315 if (MEC_GPIO->CTRL[pin] & (MEC_GPIO_CTRL_DIR_OUTPUT << MEC_GPIO_CTRL_DIR_Pos)) { in mec_hal_gpio_is_output()