Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c16 int opened; member
65 count->opened++; in walk_sockets()
152 if (count.opened == 0 && count.closed == 0) { in cmd_net_sockets()
155 if (count.opened > 0) { in cmd_net_sockets()
156 PR("\n%d active socket%s found.\n", count.opened, in cmd_net_sockets()
157 count.opened == 1 ? "" : "s"); in cmd_net_sockets()
161 if (count.opened == 0) { in cmd_net_sockets()
/Zephyr-latest/tests/subsys/fs/littlefs/
DCMakeLists.txt10 # a file has not been opened for.
/Zephyr-latest/subsys/fs/ext2/
DKconfig22 int "Maximum number of opened inodes"
/Zephyr-latest/subsys/fs/
DKconfig.littlefs19 int "Maximum number of opened files"
25 int "Maximum number of opened directories"
DKconfig.fatfs73 int "Maximum number of opened files"
83 int "Maximum number of opened directories"
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst99 RAM, or on a peripheral. The BLOB stream is opened with an access mode (read or write) before it's
106 Before the BLOB is read or written, the stream is opened by calling its
108 stream is always opened in write mode, and when used with a BLOB Transfer Client, it's always opened
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst22 Semihosting enables files on the host computer to be opened, read, and modified
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst31 In the opened window, choose ``Development Studio (default)``:
67 In the opened window:
/Zephyr-latest/soc/nordic/
DKconfig130 from being opened.
172 from being opened.
/Zephyr-latest/doc/project/
Dmodifying_contributions.rst26 * a developer pushes to a branch or pull request opened by another
Dproject_roles.rst184 team to ensure that static analysis defects opened during a release
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst104 #. A Pull Request must be opened that changes the corresponding entry in the
136 #. An :ref:`RFC issue <rfcs>` must be opened on GitHub with the following
167 opened on GitHub. It is left to the person proposing the change to decide
/Zephyr-latest/doc/develop/tools/
Dstm32cubeide.rst38 folder that is opened should have the ``CMakeLists.txt`` and ``prj.conf`` files.
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst60 Before registering an endpoint, the instance must be opened using the
/Zephyr-latest/doc/services/sensing/
Dindex.rst154 Clients using a :c:type:`sensing_sensor_handle_t` type handler to handle a opened sensor
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst141 - **SB21**, **SB45** and **R87** should be opened
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst444 project file can be opened and modified, and new implementation files
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst224 both CI ran when a new GitHub Pull Request is opened as well as any other
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst133 * File system: Added API to flush cache of an opened file.
Drelease-notes-3.4.rst1281 throughput when transferring data, the file is no longer opened and closed
1350 opened POSIX up to unique bugs and race conditions. Going forward, POSIX
Drelease-notes-3.6.rst1078 either opened or attached. This ensures event driven users of the modem pipe module can
Drelease-notes-3.0.rst1233 * :github:`39797` - STM32 G4 series compile error when both ADC1 and ADC2 are opened
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst192 the best indication that host application has opened the tty device, Zephyr will
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst141 garbage collect the sector after the newly opened one then erase it.
/Zephyr-latest/doc/develop/
Dmodules.rst282 example, bugs or enhancements in modules shall be opened in the main

12