Home
last modified time | relevance | path

Searched refs:NRF_GPIO_DRIVE_S0H1 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-nrf-gpio.h55 #define NRF_GPIO_DRIVE_S0H1 (NRF_GPIO_DRIVE_S0 | NRF_GPIO_DRIVE_H1) macro
/Zephyr-latest/boards/seeed/xiao_ble/
Dxiao_ble_nrf52840_sense.dts18 enable-gpios = <&gpio1 10 (NRF_GPIO_DRIVE_S0H1 | GPIO_ACTIVE_HIGH)>;
24 enable-gpios = <&gpio1 8 (NRF_GPIO_DRIVE_S0H1 | GPIO_ACTIVE_HIGH)>;
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/src/
Dmain.c30 err = gpio_pin_configure(port, TEST_PIN, GPIO_PUSH_PULL | NRF_GPIO_DRIVE_S0H1); in ZTEST()
54 err = gpio_pin_configure(port, TEST_PIN, GPIO_OPEN_SOURCE | NRF_GPIO_DRIVE_S0H1); in ZTEST()
/Zephyr-latest/drivers/gpio/
Dgpio_nrfx.c130 case NRF_GPIO_DRIVE_S0H1: in gpio_nrfx_pin_configure()