Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c17 int closed; member
60 count->closed++; in walk_sockets()
152 if (count.opened == 0 && count.closed == 0) { in cmd_net_sockets()
160 if (count.closed > 0) { in cmd_net_sockets()
165 PR("%d closed socket%s found.\n", count.closed, in cmd_net_sockets()
166 count.closed == 1 ? "" : "s"); in cmd_net_sockets()
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/
Dx_nucleo_eeprma2.overlay30 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */
43 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */
56 /* if solder-bridge closed: arduino A1 pin on CN8 can wp */
72 * closed solder bridge.
93 /* if solder-bridge closed: arduino A0 pin on CN8 can wp */
107 /* if solder-bridge closed: arduino A0 pin on CN8 can wp */
122 /* if solder-bridge closed: arduino A0 pin on CN8 can wp */
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap_internal.h34 void (*closed)(struct bt_gatt_ots_l2cap *l2cap_ctx, member
Dots_l2cap.c150 if (l2cap_ctx->closed) { in l2cap_disconnected()
151 l2cap_ctx->closed(l2cap_ctx, chan->conn); in l2cap_disconnected()
Dots_oacp.c311 ots->l2cap.closed = oacp_l2cap_closed; in oacp_write_proc_validate()
509 ots->l2cap.closed = oacp_l2cap_closed; in oacp_read_proc_cb()
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst281 | J19 | closed solder jumper | testpoint I2C SDA |
283 | J20 | closed solder jumper | testpoint I2C SCL |
285 | J7 | closed solder jumper | testpoint INT1 MMA8652FC |
287 | J24 | closed solder jumper | testpoint INT2 MMA8652FC |
289 | J11 | closed solder jumper | testpoint INT APDS9960 |
291 | J12 | closed solder jumper | testpoint DRDYn HDC1010 |
300 | J13 | closed solder jumper | testpoint EPD Busy |
302 | J14 | closed solder jumper | testpoint EPD Reset |
304 | J15 | closed solder jumper | testpoint EPD DC |
306 | J16 | closed solder jumper | testpoint EPD SPI_CS |
[all …]
/Zephyr-latest/boards/seeed/lora_e5_dev_board/
Dlora_e5_dev_board.dts60 * Requires closed J15 (D9)
72 * Requires closed J6 (D10)
125 /* PB4 can select RS-485 TX, when J17 (A4) is closed */
/Zephyr-latest/boards/shields/v2c_daplink/doc/
Dindex.rst38 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) closed, the
/Zephyr-latest/doc/connectivity/networking/api/
Dwebsocket.rst65 When done, the Websocket transport socket must be closed. User should handle
Dmqtt.rst123 closed.
130 The connection can be closed by calling the ``mqtt_disconnect`` function.
Dmqtt_sn.rst139 The connection can be closed by calling the :c:func:`mqtt_sn_disconnect` function. This
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c492 goto closed; in http_wait_data()
498 goto closed; in http_wait_data()
534 closed: in http_wait_data()
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd106 open/closed circuit status to the reported active/inactive status. (User
107 may configure each circuit as "normally closed" or "normally open".)
/Zephyr-latest/boards/st/stm32h735g_disco/
Dstm32h735g_disco.dts238 /* Solder bridges SB29 and SB30 need to be closed for this to work */
/Zephyr-latest/drivers/sensor/
DKconfig47 to print new values as they come until the stream is closed.
/Zephyr-latest/boards/weact/stm32g431_core/doc/
Dindex.rst16 the USB-C connector. SB3, SB5, SB6, and SB7 then need to be closed to connect the CCx
/Zephyr-latest/boards/st/stm32h735g_disco/doc/
Dindex.rst67 | | | SB30 need to be closed for FDCAN3 |
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst81 Make sure you have SB8 closed and SB21 open to get Ethernet working.
142 - **SB22**, **SB44**, **SB17** and **SB8** should be closed
/Zephyr-latest/tests/net/tcp/src/
Dmain.c1324 static bool closed; variable
1332 closed = true; in connection_closed()
1356 closed = false; in ZTEST()
1395 zassert_equal(closed, true, "Connection was not closed!"); in ZTEST()
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst27 it is needed to have SB24 and SB29 solder bridges properly closed. In this way
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst202 Make sure your terminal program is closed before flashing the binary image,
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst200 - Such issues may be closed as out of scope of the Zephyr project
202 This does not imply that issues which require blobs to reproduce will be closed
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig168 freed only when connection is gracefully closed by peer sending TLS
169 notification or socket is closed.
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst22 are needed for the sector to describe its status (closed, open) and the current version of ZMS.
41 * - Sector 0 (closed)
130 It must look for a closed sector followed by an open one, then within the open sector, it finds
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/
Dindex.rst441 Make sure your terminal program is closed before flashing

12