/Zephyr-Core-3.7.0/subsys/fs/nvs/ |
D | Kconfig | 17 bool "Non-volatile Storage lookup cache" 19 Enable Non-volatile Storage cache, used to reduce the NVS data lookup 24 int "Non-volatile Storage lookup cache size" 29 Number of entries in Non-volatile Storage lookup cache.
|
/Zephyr-Core-3.7.0/lib/crc/ |
D | crc4_sw.c | 42 static const uint8_t lookup[8] = { 0x03, 0x65, 0xcf, 0xa9, 0xb8, 0xde, 0x74, 0x12 }; in crc4_ti() local 48 seed = (lookup[index >> 1] >> (1 - (index & 1)) * 4) & 0xf; in crc4_ti()
|
/Zephyr-Core-3.7.0/subsys/settings/ |
D | Kconfig | 65 bool "NVS name lookup cache" 67 Enable NVS name lookup cache, used to reduce the Settings name 68 lookup time. 71 int "NVS name lookup cache size"
|
/Zephyr-Core-3.7.0/drivers/mm/ |
D | Kconfig | 36 Driver for the translation lookup buffer on 44 Driver for the translation lookup buffer on
|
/Zephyr-Core-3.7.0/cmake/compiler/ |
D | compiler_features.cmake | 10 # `c_std_XX` values are created for easy lookup.
|
/Zephyr-Core-3.7.0/samples/net/cloud/tagoio_http_post/ |
D | Kconfig | 9 bool "Disable DNS lookup"
|
/Zephyr-Core-3.7.0/doc/kernel/usermode/ |
D | mpu_userspace.rst | 13 stacks, a lookup table, and a set of helper functions are created and added
|
D | kernelobjects.rst | 110 with a constant-time lookup in this table.
|
/Zephyr-Core-3.7.0/arch/x86/ |
D | gen_mmu.py | 242 def lookup(self, virt_addr): member in MMUTable 386 table = self.tables[table.lookup(virt_addr)] 427 table = self.tables[table.lookup(virt_addr)] 552 table = self.tables[table.lookup(addr)]
|
/Zephyr-Core-3.7.0/lib/hash/ |
D | Kconfig.hash_map | 13 lookup of key-value pairs must be done in O(1) time (on average).
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | Kconfig | 47 Maximum length of a key to lookup, this will be the size of the
|
/Zephyr-Core-3.7.0/cmake/toolchain/cross-compile/ |
D | target.cmake | 15 # Let's try to lookup a sysroot.
|
/Zephyr-Core-3.7.0/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 14 # IMAGE: image name identifying the cache for later sysbuild_get() lookup calls. 53 # lookup and value return. 59 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and 63 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and 67 # will lookup CONFIG_FOO from the KConfig identified by `my_sample` and 70 # <variable>: variable used for returning CMake cache value. Also used as lookup 72 # IMAGE: image name identifying the cache to use for variable lookup. 73 # VAR: name of the CMake cache variable name to lookup.
|
D | sysbuild_kconfig.cmake | 78 "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | FindHostTools.cmake | 8 # This module will lookup the following tools for Zephyr development:
|
D | FindTargetTools.cmake | 6 # This module will lookup following target tools for Zephyr development:
|
D | FindZephyr-sdk.cmake | 7 # Its purpose is to allow the find_package basic signature mode to lookup Zephyr
|
/Zephyr-Core-3.7.0/doc/hardware/porting/ |
D | shields.rst | 218 the presence of such a flag would cause the map lookup to fail, 220 ``gpio-map-mask`` property specifies that, for lookup, all bits of the
|
/Zephyr-Core-3.7.0/doc/services/retention/ |
D | blinfo.rst | 90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
|
/Zephyr-Core-3.7.0/doc/services/llext/ |
D | config.rst | 110 This speeds up the symbol lookup process by allowing usage of
|
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 7 # - Support automatic Zephyr installation lookup through the use of find_package(ZEPHYR)
|
/Zephyr-Core-3.7.0/doc/hardware/pinctrl/ |
D | index.rst | 435 function :c:func:`pinctrl_apply_state_direct` to skip state lookup if it is 436 cached in advance (e.g. at init time). Since state lookup time is expected to be
|
/Zephyr-Core-3.7.0/modules/mbedtls/ |
D | Kconfig.tls-generic | 259 lookups are converted to 1 table lookup, 3 additions
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | beyond-GSG.rst | 94 the default lookup location for Zephyr SDK. If you install Zephyr SDK to one
|
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | guiconfig.py | 382 _treeview_rowheight = font.Font(font=style.lookup("Treeview", "font")) \
|