Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-nrf-gpio.h41 #define NRF_GPIO_DRIVE_MSK 0x0300U macro
/Zephyr-latest/drivers/gpio/
Dgpio_nrfx.c126 switch (flags & (NRF_GPIO_DRIVE_MSK | GPIO_OPEN_DRAIN)) { in gpio_nrfx_pin_configure()