Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dgc2145.c687 struct gpio_dt_spec pwdn_gpio; member
1131 ret = gpio_pin_configure_dt(&cfg->pwdn_gpio, GPIO_OUTPUT_INACTIVE); in gc2145_init()
1176 .pwdn_gpio = GPIO_DT_SPEC_INST_GET(0, pwdn_gpios),
1194 if (!gpio_is_ready_dt(&cfg->pwdn_gpio)) { in gc2145_init_0()
1195 LOG_ERR("%s: device %s is not ready", dev->name, cfg->pwdn_gpio.port->name); in gc2145_init_0()