Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mfd/
Dmfd_ite_it8801.h58 #define IT8801_GPIOIOT_OD BIT(4) macro
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8801.c104 control |= IT8801_GPIOIOT_OD; in gpio_it8801_configure()
106 control &= ~IT8801_GPIOIOT_OD; in gpio_it8801_configure()
159 if (control & IT8801_GPIOIOT_OD) { in gpio_it8801_get_config()