Searched refs:mapped (Results 1 – 25 of 29) sorted by relevance
12
/hal_espressif-3.6.0/examples/storage/partition_api/partition_mmap/ |
D | README.md | 10 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/ |
D | README_legacy.rst | 89 …mapped 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/ |
D | bootloader_flash.c | 171 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/ |
D | memory.ld.in | 55 /* Flash mapped instruction data */ 74 /* Flash mapped constant data */
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 55 /* Flash mapped instruction data */ 74 /* Flash mapped constant data */
|
/hal_espressif-3.6.0/components/esp_system/ld/esp32/ |
D | memory.ld.in | 59 /* 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/ |
D | memory.ld.in | 74 /* 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/ |
D | memory.ld.in | 73 /* Flash mapped instruction data */ 92 /* Flash mapped constant data */
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash.rst | 141 …mapped 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/ |
D | core_dump_internals.rst | 7 The memory state embeds a snapshot of all tasks mapped in the memory space of the program. The CPU …
|
D | external-ram.rst | 54 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:…
|
D | hardware-abstraction.rst | 52 …- If certain signals of a peripheral are mapped to a particular pin of the {IDF_TARGET_NAME}, thei…
|
D | memory-types.rst | 141 By default, constant data is placed by the linker into a region mapped to the MMU flash cache. This…
|
D | startup.rst | 13 … from flash. Main app incorporates both RAM segments and read-only segments mapped via flash cache.
|
D | lwip.rst | 388 - IPV4 mapped IPV6 addresses are supported.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/ |
D | ESP32_SSP.md | 11 | 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…
|
D | README.md | 65 …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/ |
D | himem.rst | 12 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/ |
D | esp_efuse_table.csv | 63 …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/ |
D | advanced-commands.rst | 59 …* 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/ |
D | provisioning.rst | 98 Application creates a protocomm instance which is mapped to a specific transport and specific secur…
|
/hal_espressif-3.6.0/ |
D | Kconfig | 202 bool # Whether to place code/data into memory-mapped flash sections
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/ |
D | README.md | 333 - 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/ |
D | mcpwm.rst | 106 …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/ |
D | Kconfig.projbuild | 770 causing it to be mapped into the address space.
|
12