Searched refs:stored (Results 76 – 100 of 163) sorted by relevance
1234567
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 55 contains "prev" and "next" pointers, and no other data is stored. But
|
D | slist.rst | 112 Internally, the flags are stored unioned with the bottom bits of the
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | stacks.rst | 130 first out" manner, when the maximum number of stored items is known.
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 95 'my-command-name', # gets stored as self.name 119 return parser # gets stored as self.parser
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 120 events to the cloud service where they can be stored in a more 171 and stored by the application during normal operation. When this 191 allowed for this to be stored in the same region as the secret 255 certificates will be stored within the service provider. These
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 168 The exchanged keys are stored in the non-volatile memory.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 72 block lists are stored in "buckets" by their size, each bucket storing 79 All metadata is stored at the beginning of the contiguous block of
|
D | sys_mem_blocks.rst | 67 All the metadata about an allocator is stored outside of the backing
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 572 int "Max number of routing entries stored." 576 This determines how many entries can be stored in routing table. 579 int "Max number of next hop entries stored." 583 This determines how many entries can be stored in nexthop table. 592 int "Max number of multicast routing entries stored." 596 This determines how many entries can be stored in multicast
|
D | Kconfig.ipv4 | 147 Incoming fragments are stored in per-packet queue before being
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 90 # new lists are stored in CMake string format, but those imported via 115 # lists are stored as JSON arrays 170 # The result of the query is stored in <result>
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | socket_service.rst | 87 * user data that was stored in the socket service when it was
|
/Zephyr-latest/drivers/hwinfo/ |
D | Kconfig | 42 Always return factory pre-programmed values, stored in FCFG and ignore
|
/Zephyr-latest/doc/build/dts/ |
D | intro-input-output.rst | 65 The build system automatically picks up :file:`.overlay` files stored in
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 82 stored in the secondary slot.
|
/Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 43 …#. Build and flash a sample application, and read the logs to figure out where Arduino stored boss…
|
/Zephyr-latest/boards/others/neorv32/doc/ |
D | index.rst | 138 revert to the application stored in the block RAM within the FPGA bitstream
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 163 int "Maximum number of stored packet sizes per socket"
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 235 int "Maximum number of stored client TLS/DTLS sessions" 239 This variable specifies maximum number of stored TLS/DTLS sessions,
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 41 in two places. They have to be stored on the stack across potentially
|
/Zephyr-latest/doc/services/tfm/ |
D | build.rst | 62 key, which is stored inside the secure bootloader firmware image.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 23 file system, including application-stored secrets like
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 87 The captured PPP frames are temporarily stored into this buffer.
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 109 where the strings are stored, which reduces the size of the logging subsystem. 116 * It reduces the size of the binary, as the strings used in the log messages are not stored in the …
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 495 This option uses the MAC address stored in the OTP memory of the nRF70. 518 the received frames and provides this stored information 520 as the stored RSSI value at the driver will be updated regularly.
|
1234567