/Zephyr-Core-2.7.6/boards/shields/link_board_eth/doc/ |
D | index.rst | 49 | 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/ |
D | main.c | 21 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/ |
D | wifi.c | 12 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/ |
D | main.c | 154 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/ |
D | echo-server.c | 32 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/ |
D | bluetooth.c | 41 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/ |
D | main.c | 29 static void connected(struct bt_conn *conn, uint8_t err) in connected() function 44 .connected = connected,
|
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/ |
D | Kconfig.cp | 8 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/ |
D | main.c | 34 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/ |
D | main.c | 33 static void connected(struct bt_conn *conn, uint8_t err) in connected() function 48 .connected = connected,
|
/Zephyr-Core-2.7.6/drivers/i2s/ |
D | Kconfig.sam_ssc | 28 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/ |
D | main.c | 24 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/ |
D | main.c | 21 static void connected(struct bt_conn *conn) in connected() function 72 .connected = connected,
|
/Zephyr-Core-2.7.6/samples/bluetooth/central/src/ |
D | main.c | 76 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/ |
D | index.rst | 14 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/ |
D | README.rst | 9 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/ |
D | README.rst | 7 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/ |
D | test_mqtt_publish.c | 32 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/ |
D | test_mqtt_subscribe.c | 28 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/ |
D | test_connect2.c | 80 static void connected(struct bt_conn *conn, uint8_t err) in connected() function 101 .connected = connected,
|
/Zephyr-Core-2.7.6/samples/sensor/max6675/ |
D | README.rst | 14 - 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/ |
D | main.c | 34 static void connected(struct bt_conn *conn, uint8_t err) in connected() function 77 .connected = connected,
|
/Zephyr-Core-2.7.6/samples/drivers/ht16k33/ |
D | README.rst | 9 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/ |
D | Kconfig.grove | 10 string "I2C Master where Grove LCD is connected" 15 Grove LCD is connected.
|
/Zephyr-Core-2.7.6/tests/net/lib/mqtt_pubsub/src/ |
D | test_mqtt_pubsub.c | 28 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()
|