Home
last modified time | relevance | path

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

/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
Dboard.c18 static struct gpio_dt_spec wake_up_gpio_dev = in board_late_init_hook() local
21 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in board_late_init_hook()
24 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in board_late_init_hook()
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dboard.c20 static struct gpio_dt_spec wake_up_gpio_dev = in sparkfun_thing_plus_mgm240p_init() local
24 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in sparkfun_thing_plus_mgm240p_init()
28 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in sparkfun_thing_plus_mgm240p_init()
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dboard.c17 static struct gpio_dt_spec wake_up_gpio_dev = in thunderboard_init() local
21 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in thunderboard_init()
25 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in thunderboard_init()
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
Dboard.c18 static struct gpio_dt_spec wake_up_gpio_dev = in efr32xg24_dk2601b_init() local
22 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in efr32xg24_dk2601b_init()
26 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in efr32xg24_dk2601b_init()
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dboard.c17 static struct gpio_dt_spec wake_up_gpio_dev = in dev_kit_init() local
21 if (!gpio_is_ready_dt(&wake_up_gpio_dev)) { in dev_kit_init()
25 ret = gpio_pin_configure_dt(&wake_up_gpio_dev, GPIO_OUTPUT_ACTIVE); in dev_kit_init()