/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | mmu.h | 25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) argument
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | mmu.h | 24 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | mmu.h | 24 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | mmu.h | 24 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH) argument
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | mmu.h | 25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | mmu.h | 25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | mmu.h | 24 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH) argument
|
/hal_espressif-latest/components/soc/ |
D | Kconfig | 33 # Some chips support different flash MMU page sizes: 64k, 32k, 16k. 35 # for each page size is reduced proportionally: 4 MB, 2MB, 1MB. To make best 37 # need to use the smallest possible MMU page size for the given flash size.
|
D | CMakeLists.txt | 123 # For an embedded system, the MMU page size should always be defined statically
|
/hal_espressif-latest/components/spi_flash/sim/ |
D | flash_mock.cpp | 102 esp_rom_spiflash_result_t esp_rom_spiflash_erase_page(uint32_t page) in esp_rom_spiflash_erase_page() argument 104 return spiflash.erase_page(page); in esp_rom_spiflash_erase_page()
|
D | SpiFlash.cpp | 156 esp_rom_spiflash_result_t SpiFlash::erase_page(uint32_t page) in erase_page() argument 158 memset(&this->memory[page * this->page_size], 0xFF, this->page_size); in erase_page()
|
D | SpiFlash.h | 35 esp_rom_spiflash_result_t erase_page(uint32_t page);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_opt.c | 144 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd() argument 156 *p_data++ = ((page & AVRC_SUB_PAGE_MASK) << AVRC_SUB_PAGE_SHIFT) | AVRC_SUB_EXT_CODE; in AVRC_SubCmd()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 38 int bt_mesh_cfg_comp_data_get(bt_mesh_client_common_param_t *param, uint8_t page); 142 uint8_t page; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | avrc_api.h | 414 extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page);
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flasher-stub.rst | 24 …andled by the original ROM bootloader. See the related :ref:`advanced options page <disable_stub>`.
|
D | basic-options.rst | 6 …ation with an ESP target. For advanced configuration options, see the :ref:`advanced-options` page.
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 16 * If you're interested in contributing to esptool.py, please check the :ref:`contribute` page.
|
D | versions.rst | 20 To see the latest available version and its release notes, visit the `release page on GitHub <https…
|
D | troubleshooting.rst | 41 See the :ref:`spi-flash-modes` page for a full description of the flash modes and how to determine … 136 See :ref:`the related Advanced Topics page <tracing-communications>` for more information. 143 …ecified in a configuration file. See :ref:`the related Configuration File page <config>` for more …
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 85 uint8_t page; /*!< Page number of the Composition Data. */ member 418 uint8_t page; /*!< Page number of the Composition Data */ member
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 35 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 35 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 9 See the "Heap Memory Debugging" page of the IDF documentation
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_cli.c | 261 status.page = net_buf_simple_pull_u8(buf); in comp_data_status() 708 int bt_mesh_cfg_comp_data_get(bt_mesh_client_common_param_t *param, uint8_t page) in bt_mesh_cfg_comp_data_get() argument 710 return send_msg_with_u8(param, OP_DEV_COMP_DATA_GET, page); in bt_mesh_cfg_comp_data_get()
|