Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-npm2100-gpio.h37 #define NPM2100_GPIO_DRIVE_HIGH (1U << 8U) macro
/Zephyr-latest/drivers/gpio/
Dgpio_npm2100.c125 if ((flags & NPM2100_GPIO_DRIVE_HIGH) != 0U) { in gpio_npm2100_configure()