Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/boards/arm/efr32_thunderboard/
Dboard.c27 static struct gpio_dt_spec wake_up_gpio_dev = in thunderboard_init() local
31 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in thunderboard_init()
35 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in thunderboard_init()
/Zephyr-Core-3.5.0/boards/arm/efr32xg24_dk2601b/
Dboard.c27 static struct gpio_dt_spec wake_up_gpio_dev = in efr32xg24_dk2601b_init() local
31 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in efr32xg24_dk2601b_init()
35 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in efr32xg24_dk2601b_init()