Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-nrf-gpio.h49 #define NRF_GPIO_DRIVE_S1 (0U << 9U) macro
53 #define NRF_GPIO_DRIVE_S0S1 (NRF_GPIO_DRIVE_S0 | NRF_GPIO_DRIVE_S1)
57 #define NRF_GPIO_DRIVE_H0S1 (NRF_GPIO_DRIVE_H0 | NRF_GPIO_DRIVE_S1)
/Zephyr-latest/drivers/gpio/
Dgpio_nrfx.c145 case NRF_GPIO_DRIVE_S1 | GPIO_OPEN_SOURCE: in gpio_nrfx_pin_configure()