Searched refs:pwdn (Results 1 – 2 of 2) sorted by relevance
28 struct gpio_dt_spec pwdn; member464 if (config->pwdn.port != NULL) { in ov7670_init()465 if (!gpio_is_ready_dt(&config->pwdn)) { in ov7670_init()468 ret = gpio_pin_configure_dt(&config->pwdn, GPIO_OUTPUT_INACTIVE); in ov7670_init()563 #define OV7670_PWDN_GPIO(inst) .pwdn = GPIO_DT_SPEC_INST_GET_OR(inst, pwdn_gpios, {}),
101 pwdn-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;