/Zephyr-latest/subsys/net/lib/shell/ |
D | sockets.c | 17 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/ |
D | x_nucleo_eeprma2.overlay | 30 /* 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/ |
D | ots_l2cap_internal.h | 34 void (*closed)(struct bt_gatt_ots_l2cap *l2cap_ctx, member
|
D | ots_l2cap.c | 150 if (l2cap_ctx->closed) { in l2cap_disconnected() 151 l2cap_ctx->closed(l2cap_ctx, chan->conn); in l2cap_disconnected()
|
D | ots_oacp.c | 311 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/ |
D | index.rst | 281 | 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/ |
D | lora_e5_dev_board.dts | 60 * 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/ |
D | index.rst | 38 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) closed, the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | websocket.rst | 65 When done, the Websocket transport socket must be closed. User should handle
|
D | mqtt.rst | 123 closed. 130 The connection can be closed by calling the ``mqtt_disconnect`` function.
|
D | mqtt_sn.rst | 139 The connection can be closed by calling the :c:func:`mqtt_sn_disconnect` function. This
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 492 goto closed; in http_wait_data() 498 goto closed; in http_wait_data() 534 closed: in http_wait_data()
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 106 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/ |
D | stm32h735g_disco.dts | 238 /* Solder bridges SB29 and SB30 need to be closed for this to work */
|
/Zephyr-latest/drivers/sensor/ |
D | Kconfig | 47 to print new values as they come until the stream is closed.
|
/Zephyr-latest/boards/weact/stm32g431_core/doc/ |
D | index.rst | 16 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/ |
D | index.rst | 67 | | | SB30 need to be closed for FDCAN3 |
|
/Zephyr-latest/boards/st/stm32h747i_disco/doc/ |
D | index.rst | 81 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/ |
D | main.c | 1324 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/ |
D | README.rst | 27 it is needed to have SB24 and SB29 solder bridges properly closed. In this way
|
/Zephyr-latest/boards/arduino/due/doc/ |
D | index.rst | 202 Make sure your terminal program is closed before flashing the binary image,
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 200 - 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/ |
D | Kconfig | 168 freed only when connection is gracefully closed by peer sending TLS 169 notification or socket is closed.
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 22 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/ |
D | index.rst | 441 Make sure your terminal program is closed before flashing
|