Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-3.6.0/examples/storage/partition_api/partition_mmap/
DREADME.md10 The partition API function `esp_partition_mmap` is used to get a pointer to the mapped memory regio…
17 I (319) example: Read sample data from partition using mapped memory: ESP-IDF Partition Memory Map …
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst89mapped into instruction and data address spaces. This mapping works only for read operations. It i…
95 Reading data from flash using a memory mapped region is the only way to decrypt contents of flash w…
100 - :cpp:func:`spi_flash_munmap` unmaps previously mapped region.
106 …rary offset within the partition, it will adjust the returned pointer to mapped memory as necessary
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash.c171 static bool mapped; variable
187 if (mapped) { in bootloader_mmap()
250 mapped = true; in bootloader_mmap()
257 if (mapped) { in bootloader_munmap()
282 mapped = false; in bootloader_munmap()
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dmemory.ld.in55 /* Flash mapped instruction data */
74 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dmemory.ld.in55 /* Flash mapped instruction data */
74 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dmemory.ld.in59 /* Even though the segment name is iram, it is actually mapped to flash
86 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dmemory.ld.in74 /* Even though the segment name is iram, it is actually mapped to flash
92 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dmemory.ld.in73 /* Flash mapped instruction data */
92 /* Flash mapped constant data */
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dspi_flash.rst141mapped into instruction and data address spaces. This mapping works only for read operations. It i…
147 Reading data from flash using a memory mapped region is the only way to decrypt contents of flash w…
152 - :cpp:func:`spi_flash_munmap` unmaps previously mapped region.
158 …rary offset within the partition, it will adjust the returned pointer to mapped memory as necessar…
/hal_espressif-3.6.0/docs/en/api-guides/
Dcore_dump_internals.rst7 The memory state embeds a snapshot of all tasks mapped in the memory space of the program. The CPU …
Dexternal-ram.rst54 During the ESP-IDF startup, external RAM is mapped into the data address space, starting at address…
66 When enabled, memory is mapped to address {IDF_TARGET_PSRAM_ADDR_START} and also added to the :doc:…
Dhardware-abstraction.rst52 …- If certain signals of a peripheral are mapped to a particular pin of the {IDF_TARGET_NAME}, thei…
Dmemory-types.rst141 By default, constant data is placed by the linker into a region mapped to the MMU flash cache. This…
Dstartup.rst13 … from flash. Main app incorporates both RAM segments and read-only segments mapped via flash cache.
Dlwip.rst388 - IPV4 mapped IPV6 addresses are supported.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md11 | Yes / No | Device has at least two buttons that can be easily mapped to 'yes' and 'no' or…
12 …h '9' and a confirmation. Device also has two buttons that can be easily mapped to 'yes' and 'no' …
69 … to one of the MITM Protection Required options, the IO capabilities are mapped to the authenticat…
DREADME.md65 …r is successfully started, the unique SCN (Server Channel Number) will be mapped to the SPP server.
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dhimem.rst12 mapped into the CPU address space by a MMU, which maps a configurable 32K bank/page of external SPI…
/hal_espressif-3.6.0/components/efuse/esp32s2/
Desp_efuse_table.csv63 …LK0, 47, 1, Disable boot from RAM. REMAP means RAM space can be mapped to ROM space. this…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dadvanced-commands.rst59 …* The binary image must only contain IRAM- and DRAM-resident segments. Any SPI flash mapped segmen…
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dprovisioning.rst98 Application creates a protocomm instance which is mapped to a specific transport and specific secur…
/hal_espressif-3.6.0/
DKconfig202 bool # Whether to place code/data into memory-mapped flash sections
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/
DREADME.md333 - For voice interface, ESP32 has provided PCM input/output signals which can be mapped to GPIO pins…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dmcpwm.rst106 …nc_signal_t`, and setting the desired phase range from 0 to 999 which is mapped to 0%~99.9%. 0 mea…
/hal_espressif-3.6.0/components/bootloader/
DKconfig.projbuild770 causing it to be mapped into the address space.

12