Searched refs:cache (Results 51 – 75 of 319) sorted by relevance
12345678910>>...13
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 219 cache = set() 223 cache.add(hash_file(path)) 227 cache.add(hash_file(p_file)) 233 if env.doxyrunner_cache.get(name) == cache: 237 env.doxyrunner_cache[name] = cache
|
/Zephyr-latest/subsys/usb/host/ |
D | Kconfig | 26 int "Memory used to cache device descriptors" 30 Memory used to cache device descriptors.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | stm32f746g_disco.overlay | 14 cache-size = <256>;
|
D | stm32h750b_dk.overlay | 14 cache-size = <256>;
|
D | stm32h747i_disco_stm32h747xx_m7.overlay | 15 cache-size = <256>;
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig | 59 bool "Code cache" 62 Enable code cache for FlexSPI region at boot. If this Kconfig is
|
/Zephyr-latest/arch/nios2/core/ |
D | CMakeLists.txt | 13 cache.c
|
/Zephyr-latest/drivers/cache/ |
D | CMakeLists.txt | 3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/cache.h)
|
D | Kconfig.nxp_xcache | 5 bool "NXP external cache driver for xcache controller"
|
D | Kconfig.aspeed | 6 bool "ASPEED external cache driver"
|
/Zephyr-latest/subsys/settings/include/settings/ |
D | settings_nvs.h | 45 } cache[CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE]; member
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 57 Override ``west update`` to check a local cache: 61 west config alias.update "update --path-cache $HOME/.cache/zephyrproject"
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/ |
D | automount.overlay | 18 cache-size = <64>;
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 92 can be dedicated to an RX cache buffer. 95 int "TX cache buffer size" 99 For UARTE, TX cache buffer is used when provided TX buffer is not located 103 int "RX cache buffer size" 109 For UARTE, RX cache buffer is used when provided RX buffer is not located
|
/Zephyr-latest/samples/subsys/usb/mass/boards/ |
D | adafruit_feather_nrf52840_sense.overlay | 27 cache-size = <4096>;
|
D | nrf52840dk_nrf52840.overlay | 27 cache-size = <4096>;
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 27 cache-size = <4096>;
|
/Zephyr-latest/tests/subsys/fs/ext2/boards/ |
D | native_sim.overlay | 29 cache-size = <4096>;
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 32 uint8_t *const cache; member 232 memcpy(buff, &ctx->cache[offset], len); in disk_flash_access_read() 267 if (flash_write(ctx->info.dev, ctx->cached_addr, ctx->cache, ctx->page_size) < 0) { in flashdisk_cache_commit() 298 rc = flash_read(ctx->info.dev, fl_addr, ctx->cache, ctx->page_size); in flashdisk_cache_load() 337 if (ctx->cache_dirty || memcmp(&ctx->cache[offset], buff, size)) { in flashdisk_cache_write() 339 memcpy(&ctx->cache[offset], buff, size); in flashdisk_cache_write() 490 .cache = flashdisk##n##_cache, \
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | Kconfig.defconfig | 18 default y if CPU_CORTEX_M7 # No cache memory support is required for driver
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/ |
D | roc_rk3568_pc_defconfig | 17 # ARMv8 NS world with cache management
|
/Zephyr-latest/tests/drivers/disk/disk_access/boards/ |
D | native_sim_no_explicit_erase.overlay | 30 cache-size = <512>;
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/boards/ |
D | native_sim.overlay | 30 cache-size = <4096>;
|
/Zephyr-latest/boards/native/native_sim/ |
D | irq_handler.c | 116 && (_kernel.ready_q.cache) && (_kernel.ready_q.cache != _current)) { in posix_irq_handler()
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/ |
D | Kconfig | 52 bool "Code cache" 55 Enable code cache for FlexSPI region at boot. If this Kconfig is
|
12345678910>>...13