Searched refs:connecting (Results 1 – 25 of 122) sorted by relevance
12345
| /Zephyr-latest/tests/boards/espressif/wifi/src/ |
| D | main.c | 33 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/ |
| D | README.rst | 26 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/ |
| D | nucleo_g0b1re.overlay | 12 * Also a fixture connecting tx and rx pin is needed.
|
| /Zephyr-latest/boards/seco/stm32f3_seco_d23/support/ |
| D | openocd.cfg | 2 # Flashing is possible by connecting the board to an ST-Link via SWD
|
| /Zephyr-latest/samples/sensor/ds18b20/boards/ |
| D | nucleo_g0b1re.overlay | 9 * Open drain configuration allows communication by simply connecting the bus
|
| D | nrf52840dk_nrf52840.overlay | 10 * Open drain configuration allows communication by simply connecting the bus
|
| /Zephyr-latest/samples/bluetooth/central/ |
| D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting).
|
| /Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
| D | Kconfig | 10 On nRF53 this option requires externally connecting I2S LRCLK back to
|
| /Zephyr-latest/tests/boards/espressif/wifi/ |
| D | Kconfig | 45 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/ |
| D | index.rst | 13 terminal block for connecting to the CAN bus, and three LEDs.
|
| /Zephyr-latest/samples/boards/quicklogic/qomu/ |
| D | README.rst | 38 After connecting to the shell console you should see the following output:
|
| /Zephyr-latest/samples/bluetooth/periodic_adv_conn/ |
| D | README.rst | 16 wait for disconnect before connecting to another synced device.
|
| /Zephyr-latest/boards/shields/tcan4550evm/doc/ |
| D | index.rst | 28 usually used for connecting the TCAN4550EVM to the board running Zephyr.
|
| /Zephyr-latest/drivers/wifi/winc1500/ |
| D | wifi_winc1500.c | 155 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/ |
| D | index.rst | 7 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/ |
| D | index.rst | 7 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/ |
| D | index.rst | 13 terminal block for connecting to the CAN bus, and two user LEDs. Schematics and component placement
|
| /Zephyr-latest/samples/net/lwm2m_client/ |
| D | Kconfig | 27 TLS security tag to use when connecting.
|
| /Zephyr-latest/subsys/net/conn_mgr/ |
| D | Kconfig | 39 bool "Automatically call net_if_down on ifaces that have given up on connecting"
|
| /Zephyr-latest/boards/nordic/thingy53/doc/ |
| D | index.rst | 42 also apply to this board, with the additional step of connecting an external
|
| /Zephyr-latest/boards/arduino/nano_33_ble/support/ |
| D | startup.cmm | 89 PRINT %ERROR "Error while connecting to the target."
|
| /Zephyr-latest/samples/subsys/shell/devmem_load/ |
| D | README.md | 26 After connecting to the UART console you should see the following output:
|
| /Zephyr-latest/samples/bluetooth/channel_sounding/ |
| D | README.rst | 82 Found device with name CS Sample, connecting... 117 Found device with name CS Test Sample, connecting...
|
| /Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
| D | README.rst | 21 - 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/ |
| D | README.rst | 38 connecting to its serial console.
|
12345