Home
last modified time | relevance | path

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

12345678910>>...33

/Zephyr-latest/boards/shields/max3421e/doc/
Dindex.rst21 | D0 | not connected | |
23 | D1 | not connected | |
25 | D2 | not connected | |
27 | D3 | not connected | |
29 | D4 | not connected | |
31 | D5 | not connected | |
33 | D6 | not connected | |
37 | D8 | not connected | |
49 | D14 | not connected | |
51 | D15 | not connected | |
/Zephyr-latest/subsys/modem/
Dmodem_pipelink.c30 bool connected; in modem_pipelink_is_connected() local
33 connected = link->connected; in modem_pipelink_is_connected()
36 return connected; in modem_pipelink_is_connected()
57 link->connected = false; in modem_pipelink_init()
63 if (link->connected) { in modem_pipelink_notify_connected()
67 link->connected = true; in modem_pipelink_notify_connected()
75 if (!link->connected) { in modem_pipelink_notify_disconnected()
79 link->connected = false; in modem_pipelink_notify_disconnected()
/Zephyr-latest/boards/shields/link_board_eth/doc/
Dindex.rst48 | D0 | not connected | |
50 | D1 | not connected | |
52 | D2 | not connected | |
54 | D3 | not connected | |
56 | D4 | not connected | |
64 | D8 | not connected | |
84 | A0 | not connected | |
86 | A1 | not connected | |
88 | A2 | not connected | |
90 | A3 | not connected | |
[all …]
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DREADME.txt1 In this test suite two instances of the SPI peripheral are connected together.
6 1. spi22-SPIM_SCK connected with spi21-SPIS_SCK,
7 2. spi22-SPIM_MISO connected with spi21-SPIS_MISO,
8 3. spi22-SPIM_MOSI connected with spi21-SPIS_MOSI,
9 4. spi22-cs-gpios connected with spi21-SPIS_CSN.
/Zephyr-latest/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-latest/include/zephyr/drivers/usb/
Demul_bc12.h36 int (*set_pd_partner)(const struct emul *emul, bool connected);
80 static inline int bc12_emul_set_pd_partner(const struct emul *target, bool connected) in bc12_emul_set_pd_partner() argument
85 return backend_api->set_pd_partner(target, connected); in bc12_emul_set_pd_partner()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Decho-server.c32 static bool connected; variable
102 connected = true; in event_handler()
109 if (connected == false) { in event_handler()
113 connected = false; in event_handler()
244 if (connected) { in main()
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c154 static void connected(struct bt_conn *connected, uint8_t err) in connected() argument
161 ble_conn = bt_conn_ref(connected); in connected()
177 .connected = connected,
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c42 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
63 .connected = connected,
/Zephyr-latest/samples/bluetooth/peripheral_dis/src/
Dmain.c33 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
48 .connected = connected,
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py44 connected=False, argument
62 self.connected = connected
195 if d.connected and d.platform != 'unknown':
231 if d.connected and d.platform in selected_platforms:
250 connected=True,
294 connected = dut.get('connected') and ((serial or serial_pty) is not None)
295 if not connected:
306 connected=connected,
367 connected=True)
379 s_dev.connected = True
[all …]
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp8 int "Number of connected Peripheral Devices"
12 In PD mode, number of connected PDs 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-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c20 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
71 .connected = connected,
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dmain.c38 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
53 .connected = connected,
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c38 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
54 .connected = connected,
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/
Dmain.c76 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
93 .connected = connected,
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst5 Control up to 128 LEDs connected to an HT16K33 LED driver and log keyscan events.
10 This sample controls the LEDs connected to a `Holtek HT16K33`_
11 driver. The sample supports up to 128 LEDs connected to the
16 1. turn on all connected (up to 128) LEDs one-by-one
/Zephyr-latest/boards/st/stm32h735g_disco/
Dpmod_connector.dtsi19 /* IO7 - not connected */
20 /* IO8 - not connected */
/Zephyr-latest/boards/st/stm32h747i_disco/
Dpmod_connector.dtsi19 /* IO7 - not connected */
20 /* IO8 - not connected */
/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc30 If enabled RF signal is connected to RF pin. It will be configured as
34 If disabled RF signal is disconnected from RF pin and connected
41 If enabled RK signal is connected to RK pin. It will be configured as
45 If disabled RK signal is disconnected from RK pin and connected
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c22 static void connected(struct bt_conn *conn) in connected() function
73 .connected = connected,
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c76 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
120 .connected = connected,
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi64 connected-positive;
74 connected-positive;
83 connected-positive;
92 connected-positive;
107 connected-positive;
/Zephyr-latest/samples/drivers/led/is31fl3733/
DREADME.rst5 Control a matrix of up to 192 LEDs connected to an IS31FL3733 driver chip.
31 This sample can be run on any board with an IS31FL3733 LED driver connected via
36 controller is connected to I2C0, at address 0x50. The SDB GPIO should be
37 connected to PTC2 (A3 on the arduino header)
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c29 static void connected(struct bt_conn *conn, uint8_t err) in connected() function
54 .connected = connected,
117 .connected = iso_connected,

12345678910>>...33