Home
last modified time | relevance | path

Searched refs:dio (Results 1 – 25 of 26) sorted by relevance

12

/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/boards/shields/semtech_sx1272mb2das/
Dsemtech_sx1272mb2das.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/boards/shields/semtech_sx1276mb1mas/
Dsemtech_sx1276mb1mas.overlay25 dio-gpios = <&arduino_header 8 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, /* DIO0 is D2 */
/Zephyr-latest/dts/arm/acsip/
Ds76s.dtsi23 dio-gpios =
/Zephyr-latest/dts/arm/atmel/
Dsamr34.dtsi60 dio-gpios =
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool71 default "dio" if ESPTOOLPY_FLASHMODE_QIO
72 default "dio" if ESPTOOLPY_FLASHMODE_QOUT
73 default "dio" if ESPTOOLPY_FLASHMODE_DIO
/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/boards/adafruit/feather_m0_lora/
Dadafruit_feather_m0_lora.dts83 dio-gpios = <&porta 9 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dheltec_wifi_lora32_v2_procpu.dts102 dio-gpios =
/Zephyr-latest/boards/96boards/wistrio/
D96b_wistrio.dts116 dio-gpios = <&gpioa 11 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
/Zephyr-latest/soc/espressif/esp32c2/
DCMakeLists.txt35 --flash_mode dio --flash_freq 60m --flash_size ${esptoolpy_flashsize}MB
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts95 dio-gpios =
/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/ezurio/rm1xx_dvk/
Drm1xx_dvk.dts95 dio-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>,
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts139 dio-gpios =
/Zephyr-latest/boards/st/b_l072z_lrwan1/
Db_l072z_lrwan1.dts121 dio-gpios = <&gpiob 4 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
/Zephyr-latest/drivers/lora/
Dsx127x.c334 int dio = work - dev_data.dio_work; in sx127x_dio_work_handle() local
336 (*DioIrq[dio])(NULL); in sx127x_dio_work_handle()

12