Home
last modified time | relevance | path

Searched full:resetn (Results 1 – 25 of 25) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/wifi/
Dinventek,eswifi-uart.yaml12 resetn-gpios:
Dinventek,eswifi.yaml11 resetn-gpios:
/Zephyr-Core-3.5.0/dts/bindings/video/
Dovti,ov7725.yaml12 The RESETn pin is asserted to disable the sensor causing a hard
Dovti,ov2640.yaml12 The RESETn pin is asserted to disable the sensor causing a hard
/Zephyr-Core-3.5.0/boards/shields/inventek_eswifi/
Dinventek_eswifi_arduino_uart.overlay17 resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
Dinventek_eswifi_arduino_spi.overlay24 resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.5.0/dts/bindings/mtd/
Dandestech,qspi-nor.yaml26 description: RESETn pin
Djedec,spi-nor.yaml23 description: RESETn pin
/Zephyr-Core-3.5.0/dts/bindings/display/
Draydium,rm68200.yaml17 The RESETn pin is asserted to disable the sensor causing a hard
Draydium,rm67162.yaml17 The RESETn pin is asserted to disable the sensor causing a hard
Dorisetech,otm8009a.yaml15 The RESETn pin is asserted to disable the sensor causing a hard
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dams,ccs811.yaml20 The RESETn pin is asserted to disable the sensor causing a hard
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Dparticle-gen3-header.yaml23 21 RESETn
/Zephyr-Core-3.5.0/dts/bindings/flash_controller/
Dst,stm32-qspi-nor.yaml38 description: RESETn pin
Dst,stm32-ospi-nor.yaml37 description: RESETn pin
/Zephyr-Core-3.5.0/drivers/wifi/eswifi/
Deswifi_core.c43 .resetn = GPIO_DT_SPEC_INST_GET(0, resetn_gpios),
51 gpio_pin_set_dt(&cfg->resetn, 0); in eswifi_reset()
53 gpio_pin_set_dt(&cfg->resetn, 1); in eswifi_reset()
758 if (!gpio_is_ready_dt(&cfg->resetn)) { in eswifi_init()
760 cfg->resetn.port->name); in eswifi_init()
763 gpio_pin_configure_dt(&cfg->resetn, GPIO_OUTPUT_INACTIVE); in eswifi_init()
Deswifi.h59 struct gpio_dt_spec resetn; member
/Zephyr-Core-3.5.0/boards/arm/b_l4s5i_iot01a/
Db_l4s5i_iot01a.dts166 resetn-gpios = <&gpioe 8 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.5.0/boards/arm/disco_l475_iot1/
Ddisco_l475_iot1.dts205 resetn-gpios = <&gpioe 8 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.5.0/boards/arm/particle_argon/dts/
Dmesh_feather.dtsi97 <21 0 &gpio0 18 0>; /* RESETn */
/Zephyr-Core-3.5.0/boards/arm/particle_boron/dts/
Dmesh_feather.dtsi97 <21 0 &gpio0 18 0>; /* RESETn */
/Zephyr-Core-3.5.0/boards/arm/particle_xenon/dts/
Dmesh_feather.dtsi96 <21 0 &gpio0 18 0>; /* RESETn */
/Zephyr-Core-3.5.0/boards/shields/waveshare_epaper/doc/
Dindex.rst30 | D8 | EPD RESETn | EPD Reset Input |
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_stm32_qspi.c1114 /* Generate RESETn pulse for the flash memory */ in flash_stm32_qspi_gpio_reset()
Dflash_stm32_ospi.c878 /* Generate RESETn pulse for the flash memory */ in stm32_ospi_mem_reset()