Searched refs:cached (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-3.6.0/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 238 int cached = 0; in esp_mbedtls_add_tx_buffer() local 253 cached = 1; in esp_mbedtls_add_tx_buffer() 271 if (cached) { in esp_mbedtls_add_tx_buffer() 322 int cached = 0; in esp_mbedtls_add_rx_buffer() local 338 cached = 1; in esp_mbedtls_add_rx_buffer() 366 if (cached) { in esp_mbedtls_add_rx_buffer() 384 if (cached) { in esp_mbedtls_add_rx_buffer()
|
/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/test/ |
D | ccomp_timer_test_data.c | 85 static void prepare_access_pattern(int hit_rate, const uint8_t *cached, ccomp_test_access_t *out) in prepare_access_pattern() argument 97 accesses[i] = (uint8_t*) (cached + CACHE_SIZE + i); in prepare_access_pattern() 100 accesses[i] = (uint8_t*) (cached + i); in prepare_access_pattern()
|
/hal_espressif-3.6.0/components/spi_flash/include/ |
D | esp_spi_flash.h | 289 size_t spi_flash_cache2phys(const void *cached);
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | flash_mmap.c | 398 size_t spi_flash_cache2phys(const void *cached) in spi_flash_cache2phys() argument 400 intptr_t c = (intptr_t)cached; in spi_flash_cache2phys()
|
/hal_espressif-3.6.0/components/usb/ |
D | Kconfig | 27 … maximum number of packets that can be cached at any one time. The hardware contains the following
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 10 …r executing code and data from the SPI flash chip. Data is read and then cached internally to the … 99 …ectly from flash, however because reading from flash is slow the data is cached transparently in R…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | memory-types.rst | 117 … instruction space. Flash accessed via the MMU is cached using some internal SRAM and accessing ca…
|
D | external-ram.rst | 135 …he external RAM. Moreover, accessing large chunks of data can "push out" cached flash, possibly ma…
|
D | fatal-errors.rst | 442 .. |CACHE_ERR_MSG| replace:: Cache disabled but cached memory region accessed
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/ |
D | README.md | 182 …a particular descriptor, it is likely that the string descriptor was not cached during enumeration.
|
/hal_espressif-3.6.0/components/xtensa/include/xtensa/ |
D | hal.h | 992 extern int xthal_static_p2v( unsigned paddr, unsigned *vaddrp, unsigned cached );
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00history.txt | 85 Fixed cached sector is not flushed when create and close without write.
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | fatal-errors.rst | 421 .. |CACHE_ERR_MSG| replace:: Cache disabled but cached memory region accessed
|
/hal_espressif-3.6.0/components/esp_wifi/ |
D | Kconfig | 109 size of the cached TX queue.
|
/hal_espressif-3.6.0/components/lwip/ |
D | Kconfig | 556 … LWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets 659 … UDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | spi_master.rst | 355 will cause a `Cache disabled but cached memory region accessed` exception. For differences
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 544 Number of messages that are cached for the network. This helps prevent
|