Home
last modified time | relevance | path

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

/Zephyr-latest/boards/nordic/thingy52/
Dboard.c11 static const struct gpio_dt_spec ccs_gpio = variable
18 if (!gpio_is_ready_dt(&ccs_gpio)) { in pwr_ctrl_init()
22 ret = gpio_pin_configure_dt(&ccs_gpio, GPIO_OUTPUT_HIGH); in pwr_ctrl_init()