Searched refs:wake_up_gpio_dev (Results 1 – 5 of 5) sorted by relevance
18 static struct gpio_dt_spec wake_up_gpio_dev = in board_late_init_hook() local21 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()
20 static struct gpio_dt_spec wake_up_gpio_dev = in sparkfun_thing_plus_mgm240p_init() local24 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()
17 static struct gpio_dt_spec wake_up_gpio_dev = in thunderboard_init() local21 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()
18 static struct gpio_dt_spec wake_up_gpio_dev = in efr32xg24_dk2601b_init() local22 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()
17 static struct gpio_dt_spec wake_up_gpio_dev = in dev_kit_init() local21 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()