Searched refs:opened (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/subsys/net/lib/shell/ |
D | sockets.c | 16 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/ |
D | CMakeLists.txt | 10 # a file has not been opened for.
|
/Zephyr-latest/subsys/fs/ext2/ |
D | Kconfig | 22 int "Maximum number of opened inodes"
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 19 int "Maximum number of opened files" 25 int "Maximum number of opened directories"
|
D | Kconfig.fatfs | 73 int "Maximum number of opened files" 83 int "Maximum number of opened directories"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 99 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/ |
D | semihost.rst | 22 Semihosting enables files on the host computer to be opened, read, and modified
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | debug-with-arm-ds.rst | 31 In the opened window, choose ``Development Studio (default)``: 67 In the opened window:
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig | 130 from being opened. 172 from being opened.
|
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 26 * a developer pushes to a branch or pull request opened by another
|
D | project_roles.rst | 184 team to ensure that static analysis defects opened during a release
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 104 #. 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/ |
D | stm32cubeide.rst | 38 folder that is opened should have the ``CMakeLists.txt`` and ``prj.conf`` files.
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 60 Before registering an endpoint, the instance must be opened using the
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 154 Clients using a :c:type:`sensing_sensor_handle_t` type handler to handle a opened sensor
|
/Zephyr-latest/boards/st/stm32h747i_disco/doc/ |
D | index.rst | 141 - **SB21**, **SB45** and **R87** should be opened
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 444 project file can be opened and modified, and new implementation files
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 224 both CI ran when a new GitHub Pull Request is opened as well as any other
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 133 * File system: Added API to flush cache of an opened file.
|
D | release-notes-3.4.rst | 1281 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
|
D | release-notes-3.6.rst | 1078 either opened or attached. This ensures event driven users of the modem pipe module can
|
D | release-notes-3.0.rst | 1233 * :github:`39797` - STM32 G4 series compile error when both ADC1 and ADC2 are opened
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 192 the best indication that host application has opened the tty device, Zephyr will
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 141 garbage collect the sector after the newly opened one then erase it.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 282 example, bugs or enhancements in modules shall be opened in the main
|
12