Home
last modified time | relevance | path

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

12

/Zephyr-latest/dts/bindings/misc/
Dzephyr,swdp-gpio.yaml29 dio-gpios -------|a b|------------*- SWD DIO
49 Direct connection using only dio pin for SWD DIO.
53 dio-gpios ------------------------------------ SWD DIO
55 Of course, bidirectional bus transceiver between dio and SWD DIO can also be
68 dio-gpios:
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool18 1. If the flash chip is an Octal one, even if one of "QIO", "QOUT", "DIO", "DOUT" options is
22 automatically change the mode to "DIO".
45 bool "DIO"
71 default "dio" if ESPTOOLPY_FLASHMODE_QIO
72 default "dio" if ESPTOOLPY_FLASHMODE_QOUT
73 default "dio" if ESPTOOLPY_FLASHMODE_DIO
DKconfig.spiram214 SPI_PAD_CONFIG_xxx, and the SPI flash mode is DIO or DOUT.
235 …If burning a customized set of SPI flash pins in eFuse and using DIO or DOUT mode for flash, set t…
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c44 struct gpio_dt_spec dio; member
125 swdp_ll_pin_set(config->dio_reg, config->dio.pin); in pin_swdio_set()
127 gpio_pin_set_dt(&config->dio, 1); in pin_swdio_set()
145 swdp_ll_pin_clr(config->dio_reg, config->dio.pin); in pin_swdio_clr()
147 gpio_pin_set_dt(&config->dio, 0); in pin_swdio_clr()
169 return swdp_ll_pin_get(config->dio_reg, config->dio.pin); in pin_swdio_in()
171 return gpio_pin_get_dt(&config->dio); in pin_swdio_in()
191 swdp_ll_pin_output(config->dio_reg, config->dio.pin); in pin_swdio_out_enable()
193 gpio_pin_configure_dt(&config->dio, GPIO_OUTPUT_ACTIVE); in pin_swdio_out_enable()
213 swdp_ll_pin_input(config->dio_reg, config->dio.pin); in pin_swdio_out_disable()
[all …]
/Zephyr-latest/samples/subsys/dap/
Dapp.overlay14 dio-gpios = <&arduino_header 8 GPIO_PULL_UP>; /* D2 */
DREADME.rst17 The simplest configuration would be to connect ``SWDIO`` to ``dio``, ``SWDCLK`` to ``clk``
/Zephyr-latest/tests/drivers/build_all/sensor/
Dgpio.dtsi17 dio-gpios = <&test_gpio 0 0>;
/Zephyr-latest/samples/subsys/dap/boards/
Dnrf52840dk_nrf52840.overlay12 dio-gpios = <&arduino_header 8 GPIO_PULL_UP>; /* D2 */
/Zephyr-latest/scripts/west_commands/runners/
Desp32.py20 flash_size='detect', flash_freq='40m', flash_mode='dio',
71 parser.add_argument('--esp-flash-mode', default='dio',
72 help='flash mode, default "dio"')
/Zephyr-latest/dts/bindings/sensor/
Daosong,dht.yaml19 dio-gpios:
/Zephyr-latest/boards/shields/semtech_sx1272mb2das/
Dsemtech_sx1272mb2das.overlay25 dio-gpios = <&arduino_header 8 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* DIO0 is D2 */
/Zephyr-latest/boards/ti/common/
Dboard_antenna.c112 /* Manually set the sub-GHZ antenna switch DIO */ in board_cc13xx_rf_callback()
120 /* Manually set the 2.4GHZ antenna switch DIO */ in board_cc13xx_rf_callback()
/Zephyr-latest/boards/shields/semtech_sx1276mb1mas/
Dsemtech_sx1276mb1mas.overlay25 dio-gpios = <&arduino_header 8 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* DIO0 is D2 */
/Zephyr-latest/tests/drivers/build_all/lora/
Dsx1272.overlay38 dio-gpios = <&test_gpio 0 0>,
/Zephyr-latest/dts/arm/acsip/
Ds76s.dtsi23 dio-gpios =
/Zephyr-latest/dts/bindings/lora/
Dsemtech,sx127x-base.yaml17 dio-gpios:
/Zephyr-latest/dts/arm/atmel/
Dsamr34.dtsi60 dio-gpios =
/Zephyr-latest/soc/espressif/esp32c3/
DCMakeLists.txt38 --flash_mode dio --flash_freq 40m --flash_size ${esptoolpy_flashsize}MB
/Zephyr-latest/soc/espressif/esp32c6/
DCMakeLists.txt38 --flash_mode dio --flash_freq 40m --flash_size ${esptoolpy_flashsize}MB
/Zephyr-latest/soc/espressif/esp32s2/
DCMakeLists.txt38 --flash_mode dio --flash_freq 40m
/Zephyr-latest/soc/espressif/esp32c2/
DCMakeLists.txt35 --flash_mode dio --flash_freq 60m --flash_size ${esptoolpy_flashsize}MB
/Zephyr-latest/soc/espressif/esp32/
DCMakeLists.txt56 --flash_mode dio --flash_freq 40m
/Zephyr-latest/soc/espressif/esp32s3/
DCMakeLists.txt60 --flash_mode dio --flash_freq 40m
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dheltec_wifi_lora32_v2_procpu.dts102 dio-gpios =
/Zephyr-latest/boards/adafruit/feather_m0_lora/
Dadafruit_feather_m0_lora.dts83 dio-gpios = <&porta 9 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;

12