/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 205 …, uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 233 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 604 #define Cache_Dbus_MMU_Set(ext_ram, vaddr, paddr, psize, num, fixed) \ argument 605 …ets_efuse_cache_encryption_enabled() ? MMU_SENSITIVE : 0, ext_ram, vaddr, paddr, psize, num, fixed)
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 209 …, uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 237 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 607 #define Cache_Dbus_MMU_Set(ext_ram, vaddr, paddr, psize, num, fixed) \ argument 608 …ets_efuse_cache_encryption_enabled() ? MMU_SENSITIVE : 0, ext_ram, vaddr, paddr, psize, num, fixed)
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 512 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in fixed_data_alloc() local 514 *size = MIN(fixed->data_size, *size); in fixed_data_alloc() 516 return fixed->data_pool + fixed->data_size * net_buf_id(buf); in fixed_data_alloc() 610 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed_debug() local 612 return net_buf_alloc_len_debug(pool, fixed->data_size, timeout, func, line); in net_buf_alloc_fixed_debug() 617 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed() local 619 return net_buf_alloc_len(pool, fixed->data_size, timeout); in net_buf_alloc_fixed()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | Kconfig.cache | 9 The wrap length is fixed to 32B
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | cache.h | 210 …t(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 238 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 210 …t(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 238 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 163 …t(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 190 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
|
/hal_espressif-latest/components/hal/ |
D | Kconfig | 78 features will be added and bugs will be fixed in the IDF source 91 features will be added and bugs will be fixed in the IDF source
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.memory | 11 bool "Use fixed static RAM size"
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.memory | 11 bool "Use fixed static RAM size"
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 24 #define ICACHE_SIZE 0x4000 /* ICache size is fixed to 16KB on ESP32-C3 */ 82 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/esp_system/ |
D | README.md | 24 Currently implemented in terms of system time, as the point of origin is fixed.
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 248 …t(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed); 275 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flasher-stub.rst | 10 ``esptool.py`` works around the limitations imposed by a fixed ROM bootloader by implementing a fla…
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 100 The aim of this is to keep data that will not be moved around and have a fixed address. 119 The aim of this is to keep data that will not be moved around and have a fixed address.
|
D | sections.ld.in | 113 * This section holds RTC FAST data that should have fixed addresses. 132 * This section holds RTC SLOW data that should have fixed addresses.
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.memory | 14 bool "Use fixed static RAM size"
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 14 #define ICACHE_SIZE 0x4000 /* ICache size is fixed to 16KB on ESP32-C2 */
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | check-error-cmd.rst | 103 If all errors are fixed, then this message is displayed:
|
D | set-flash-voltage-cmd.rst | 47 …this behaviour and disable {IDF_TARGET_VDD_SPI} regulator, or set it to a fixed voltage. These efu…
|
/hal_espressif-latest/components/log/ |
D | Kconfig | 56 fixed at compile time to the separate "Bootloader log verbosity" setting.
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 94 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 90 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 113 features will be added and bugs will be fixed in the IDF source
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 108 The aim of this is to keep data that will not be moved around and have a fixed address.
|