Searched full:connecting (Results 1 – 25 of 230) sorted by relevance
12345678910
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_resources.h | 23 /* Wrapper for RADIO_SHORTS mask connecting EVENTS_END to EVENTS_DISABLE. 66 /* Wrapper for RADIO_SHORTS mask connecting EVENTS_END to EVENTS_DISABLE. 95 /* Wrapper for RADIO_SHORTS mask connecting EVENTS_END to EVENTS_DISABLE. 154 /* Wrapper for RADIO_SHORTS mask connecting EVENTS_PHYEND to EVENTS_DISABLE. 175 /* Wrapper for RADIO_SHORTS mask connecting EVENTS_END to EVENTS_DISABLE.
|
/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/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/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/subsys/usb/uac2_explicit_feedback/ |
D | Kconfig | 10 On nRF53 this option requires externally connecting I2S LRCLK back to
|
/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/boards/norik/octopus_io_board/dts/bindings/ |
D | norik,sim_select.yaml | 5 The Octopus SoM provides the user 2 options for connecting
|
/Zephyr-latest/boards/norik/octopus_som/dts/bindings/ |
D | norik,sim_select.yaml | 5 The Octopus SoM provides the user 2 options for connecting
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_monitor.h | 44 * This means that events related to the iface connecting/disconnecting will not be fired, 57 * Events related to the iface connecting/disconnecting will no longer be blocked,
|
/Zephyr-latest/tests/boards/espressif/wifi/src/ |
D | main.c | 33 bool connecting; member 84 if (!wifi_ctx.connecting) { in wifi_disconnect_result() 91 /* Disconnect event while connecting is a failed attempt */ in wifi_disconnect_result() 245 wifi_ctx.connecting = true; in ZTEST() 263 wifi_ctx.connecting = false; in ZTEST()
|
/Zephyr-latest/samples/bluetooth/central/ |
D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting).
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 21 - Handling of MQTT connection, re-connecting and keep-alive 85 - Connecting securely using TLS, requires the inclusion of the broker's CA certificate 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. 200 [00:00:00.818,000] <inf> app_mqtt: Connecting to MQTT broker @ 91.121.93.94
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | irq_manage.c | 13 * connecting/replacing. SW_ISR_TABLE_DYNAMIC has to be enabled for 14 * connecting ISRs at runtime.
|
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 16 wait for disconnect before connecting to another synced device.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 298 LOG_DBG("Connecting to %s", str); in device_found() 342 * after the 'connected' event. Credits given before connecting in connect_l2cap_channel() 349 ASSERT(!err, "Error connecting l2cap channel (err %d)\n", err); in connect_l2cap_channel() 369 * after the 'connected' event. Credits given before connecting in connect_l2cap_ecred_channel() 376 ASSERT(!err, "Error connecting l2cap channel (err %d)\n", err); in connect_l2cap_ecred_channel()
|
/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/samples/net/lwm2m_client/ |
D | Kconfig | 27 TLS security tag to use when connecting.
|
/Zephyr-latest/dts/bindings/stepper/ti/ |
D | ti,drv8424.yaml | 10 The step gpio pin needs to be connected directly to the SOC GPIO controller, connecting the
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco_internal.h | 17 /** Channel is pending ACL encryption before connecting */ 19 /** Channel in connecting state */
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 89 scanning for and connecting to a peer device running the sample as peripheral 105 [00:00:03.908,020] <inf> iso_connected: Connecting 108 [00:00:04.007,812] <inf> iso_connected: Connecting ISO channels
|
/Zephyr-latest/samples/boards/quicklogic/qomu/ |
D | README.rst | 38 After connecting to the shell console you should see the following output:
|
/Zephyr-latest/boards/shields/arduino_uno_click/doc/ |
D | index.rst | 35 Connecting shields should use the first socket (``mikrobus_header_1``). This
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 26 After connecting to the UART console you should see the following output:
|
12345678910