Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov7670.c28 struct gpio_dt_spec pwdn; member
464 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, {}),
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947.dtsi101 pwdn-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;