Home
last modified time | relevance | path

Searched refs:connecting (Results 1 – 25 of 122) sorted by relevance

12345

/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c33 bool connecting; member
84 if (!wifi_ctx.connecting) { in wifi_disconnect_result()
245 wifi_ctx.connecting = true; in ZTEST()
263 wifi_ctx.connecting = false; in ZTEST()
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/
DREADME.rst26 Remember to set up the I2C bus, connecting SCL and SDA pull-up resistors, and
27 connecting the relevant I2C controllers to the bus physically.
/Zephyr-latest/tests/drivers/w1/w1_api/boards/
Dnucleo_g0b1re.overlay12 * Also a fixture connecting tx and rx pin is needed.
/Zephyr-latest/boards/seco/stm32f3_seco_d23/support/
Dopenocd.cfg2 # Flashing is possible by connecting the board to an ST-Link via SWD
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dnucleo_g0b1re.overlay9 * Open drain configuration allows communication by simply connecting the bus
Dnrf52840dk_nrf52840.overlay10 * Open drain configuration allows communication by simply connecting the bus
/Zephyr-latest/samples/bluetooth/central/
DREADME.rst5 Implement basic Bluetooth LE Central role functionality (scanning and connecting).
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DKconfig10 On nRF53 this option requires externally connecting I2S LRCLK back to
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig45 Number of attempts when connecting to a Wi-Fi network.
66 Timeout duration for connecting to Wi-Fi network.
/Zephyr-latest/boards/weact/usb2canfdv1/doc/
Dindex.rst13 terminal block for connecting to the CAN bus, and three LEDs.
/Zephyr-latest/samples/boards/quicklogic/qomu/
DREADME.rst38 After connecting to the shell console you should see the following output:
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/
DREADME.rst16 wait for disconnect before connecting to another synced device.
/Zephyr-latest/boards/shields/tcan4550evm/doc/
Dindex.rst28 usually used for connecting the TCAN4550EVM to the board running Zephyr.
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c155 bool connecting; member
627 if (w1500_data.connecting) { in handle_wifi_con_state_changed()
630 w1500_data.connecting = false; in handle_wifi_con_state_changed()
643 w1500_data.connecting = false; in handle_wifi_con_state_changed()
1050 w1500_data.connecting = true; in winc1500_mgmt_connect()
1144 w1500_data.connecting = false; in winc1500_init()
/Zephyr-latest/boards/renesas/rzt2l_rsk/doc/
Dindex.rst7 By simply connecting the bundled cable to your PC, you can immediately start evaluation through an
16 * Emulator circuit is mounted, and program debugging can be started by simply connecting USB cable
/Zephyr-latest/boards/renesas/rzn2l_rsk/doc/
Dindex.rst7 With the on-board emulator, you can start evaluation by simply connecting the bundled cable with
16 * Emulator circuit is mounted, and program debugging can be started by simply connecting USB cable
/Zephyr-latest/boards/fysetc/ucan/doc/
Dindex.rst13 terminal block for connecting to the CAN bus, and two user LEDs. Schematics and component placement
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig27 TLS security tag to use when connecting.
/Zephyr-latest/subsys/net/conn_mgr/
DKconfig39 bool "Automatically call net_if_down on ifaces that have given up on connecting"
/Zephyr-latest/boards/nordic/thingy53/doc/
Dindex.rst42 also apply to this board, with the additional step of connecting an external
/Zephyr-latest/boards/arduino/nano_33_ble/support/
Dstartup.cmm89 PRINT %ERROR "Error while connecting to the target."
/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md26 After connecting to the UART console you should see the following output:
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst82 Found device with name CS Sample, connecting...
117 Found device with name CS Test Sample, connecting...
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst21 - Handling of MQTT connection, re-connecting and keep-alive
89 - By connecting the board to your internet router, it should automatically be assigned
130 This config requires connecting to a locally hosted Mosquitto MQTT broker.
/Zephyr-latest/samples/sensor/bmg160/
DREADME.rst38 connecting to its serial console.

12345