Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/Zephyr-Core-2.7.6/boards/shields/link_board_eth/doc/
Dindex.rst49 | D0 | not connected | |
51 | D1 | not connected | |
53 | D2 | not connected | |
55 | D3 | not connected | |
57 | D4 | not connected | |
65 | D8 | not connected | |
85 | A0 | not connected | |
87 | A1 | not connected | |
89 | A2 | not connected | |
91 | A3 | not connected | |
[all …]
/Zephyr-Core-2.7.6/samples/net/gsm_modem/src/
Dmain.c21 static bool connected; variable
27 if (!connected) { in cmd_sample_modem_suspend()
46 if (connected) { in cmd_sample_modem_resume()
82 connected = true; in event_handler()
88 connected = false; in event_handler()
/Zephyr-Core-2.7.6/samples/net/cloud/tagoio_http_post/src/
Dwifi.c12 static int connected; variable
24 connected = 1; in handle_wifi_connect_result()
64 connected = 0; in wifi_connect()
80 while (connected == 0) { in wifi_connect()
/Zephyr-Core-2.7.6/samples/bluetooth/st_ble_sensor/src/
Dmain.c154 static void connected(struct bt_conn *connected, uint8_t err) in connected() function
161 conn = bt_conn_ref(connected); in connected()
177 .connected = connected,
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/src/
Decho-server.c32 static bool connected; variable
104 connected = true; in event_handler()
111 if (connected == false) { in event_handler()
115 connected = false; in event_handler()
244 if (connected) { in main()
/Zephyr-Core-2.7.6/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c41 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
57 .connected = connected,
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_dis/src/
Dmain.c29 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
44 .connected = connected,
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/
DKconfig.cp8 int "Number of connected Peripheral Devices"
12 In PD mode, number of connected PDs is is always 1 and cannot
16 string "List of connected Peripheral Device addresses"
20 string should exactly match the number of connected PDs specified above
27 the queue size is multiplied by number of connected PD so this can grow
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_ht/src/
Dmain.c34 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
49 .connected = connected,
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_hr/src/
Dmain.c33 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
48 .connected = connected,
/Zephyr-Core-2.7.6/drivers/i2s/
DKconfig.sam_ssc28 If enabled RF signal is connected to RF pin. It will be configured as
32 If disabled RF signal is disconnected from RF pin and connected
39 If enabled RK signal is connected to RK pin. It will be configured as
43 If disabled RK signal is disconnected from RK pin and connected
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_iso/src/
Dmain.c24 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
48 .connected = connected,
109 .connected = iso_connected,
/Zephyr-Core-2.7.6/samples/bluetooth/handsfree/src/
Dmain.c21 static void connected(struct bt_conn *conn) in connected() function
72 .connected = connected,
/Zephyr-Core-2.7.6/samples/bluetooth/central/src/
Dmain.c76 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
120 .connected = connected,
/Zephyr-Core-2.7.6/boards/arm/legend/doc/
Dindex.rst14 while the latter is dedicated to the LED effects. The two chips are connected
18 Drive for Xbox. A Realtek RTS5411S USB hub is embedded and connected to a Phison
23 connected to an ASMedia ASM1153 USB-to-SATA bridge controller and a STM32F070
24 MCU. The two chips are connected together using I2C.
47 - External devices connected to the STM32F070cb MCU:
50 - 6 (hdd) or 4 (ssd) Everlight B1414 LEDs connected on SPI1 MOSI
52 - 64KB external SPI flash connected on SPI2
125 Once the debug probe is connected to both the Legend board and your host
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/sound/
DREADME.rst9 This sample demonstrates how to use a piezo buzzer connected
15 A separate piezo buzzer connected to the board. One example is the MI:Power
33 This sample outputs sounds through a connected piezo buzzer based on
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/
DREADME.rst7 and sync loss in connected ISO channels.
45 connected board in the central role.
50 #. Observe the receive statistics on the devices (the connected ISO channels may
56 current connection (since the CIG was connected) and latest 1000 received
71 [00:00:17.016,845] <inf> iso_connected: ISO Channel 0x20002934 connected
87 role. Once connected, the central will output overall data (since boot),
88 current connection (since the CIG was connected) and latest 1000 received
106 [00:00:04.312,744] <inf> iso_connected: ISO Channel 0x20002934 connected
/Zephyr-Core-2.7.6/tests/net/lib/mqtt_publisher/src/
Dtest_mqtt_publish.c32 static bool connected; variable
87 connected = true; in mqtt_evt_handler()
97 connected = false; in mqtt_evt_handler()
208 while (i++ < APP_CONNECT_TRIES && !connected) { in try_to_connect()
223 if (!connected) { in try_to_connect()
228 if (connected) { in try_to_connect()
/Zephyr-Core-2.7.6/tests/net/lib/mqtt_subscriber/src/
Dtest_mqtt_subscribe.c28 static bool connected; variable
83 connected = true; in mqtt_evt_handler()
93 connected = false; in mqtt_evt_handler()
204 while (i++ < APP_CONNECT_TRIES && !connected) { in try_to_connect()
219 if (!connected) { in try_to_connect()
224 if (connected) { in try_to_connect()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_app/src/
Dtest_connect2.c80 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
101 .connected = connected,
/Zephyr-Core-2.7.6/samples/sensor/max6675/
DREADME.rst14 - K-thermocouple connected to MAX6675 T+/T- inputs
37 temperature fetch will fail if the K-thermocouple is not connected. This is
38 because MAX6675 is able to detect if the K-thermocouple is connected or not.
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_hids/src/
Dmain.c34 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
77 .connected = connected,
/Zephyr-Core-2.7.6/samples/drivers/ht16k33/
DREADME.rst9 This sample controls the LEDs connected to a `Holtek HT16K33`_
10 driver. The sample supports up to 128 LEDs connected to the
15 1. turn on all connected (up to 128) LEDs one-by-one
/Zephyr-Core-2.7.6/drivers/display/
DKconfig.grove10 string "I2C Master where Grove LCD is connected"
15 Grove LCD is connected.
/Zephyr-Core-2.7.6/tests/net/lib/mqtt_pubsub/src/
Dtest_mqtt_pubsub.c28 static bool connected; variable
150 connected = true; in mqtt_evt_handler()
160 connected = false; in mqtt_evt_handler()
278 while (i++ < APP_CONNECT_TRIES && !connected) { in try_to_connect()
293 if (!connected) { in try_to_connect()
298 if (connected) { in try_to_connect()
418 if (connected) { in test_disconnect()

12345678910>>...15