Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/fs/nvs/
DKconfig17 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/
Dcrc4_sw.c42 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/
DKconfig65 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/
DKconfig36 Driver for the translation lookup buffer on
44 Driver for the translation lookup buffer on
/Zephyr-Core-3.7.0/cmake/compiler/
Dcompiler_features.cmake10 # `c_std_XX` values are created for easy lookup.
/Zephyr-Core-3.7.0/samples/net/cloud/tagoio_http_post/
DKconfig9 bool "Disable DNS lookup"
/Zephyr-Core-3.7.0/doc/kernel/usermode/
Dmpu_userspace.rst13 stacks, a lookup table, and a set of helper functions are created and added
Dkernelobjects.rst110 with a constant-time lookup in this table.
/Zephyr-Core-3.7.0/arch/x86/
Dgen_mmu.py242 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/
DKconfig.hash_map13 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/
DKconfig47 Maximum length of a key to lookup, this will be the size of the
/Zephyr-Core-3.7.0/cmake/toolchain/cross-compile/
Dtarget.cmake15 # Let's try to lookup a sysroot.
/Zephyr-Core-3.7.0/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake14 # 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.
Dsysbuild_kconfig.cmake78 "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
/Zephyr-Core-3.7.0/cmake/modules/
DFindHostTools.cmake8 # This module will lookup the following tools for Zephyr development:
DFindTargetTools.cmake6 # This module will lookup following target tools for Zephyr development:
DFindZephyr-sdk.cmake7 # Its purpose is to allow the find_package basic signature mode to lookup Zephyr
/Zephyr-Core-3.7.0/doc/hardware/porting/
Dshields.rst218 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/
Dblinfo.rst90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
/Zephyr-Core-3.7.0/doc/services/llext/
Dconfig.rst110 This speeds up the symbol lookup process by allowing usage of
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/
DZephyrConfig.cmake7 # - Support automatic Zephyr installation lookup through the use of find_package(ZEPHYR)
/Zephyr-Core-3.7.0/doc/hardware/pinctrl/
Dindex.rst435 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/
DKconfig.tls-generic259 lookups are converted to 1 table lookup, 3 additions
/Zephyr-Core-3.7.0/doc/develop/
Dbeyond-GSG.rst94 the default lookup location for Zephyr SDK. If you install Zephyr SDK to one
/Zephyr-Core-3.7.0/scripts/kconfig/
Dguiconfig.py382 _treeview_rowheight = font.Font(font=style.lookup("Treeview", "font")) \

12