Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32/include/soc/
Dmmu.h25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) argument
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dmmu.h24 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dmmu.h24 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmmu.h24 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH) argument
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmmu.h25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmmu.h25 #define SOC_MMU_PAGE_IN_FLASH(page) (page) //Always in Flash argument
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dmmu.h24 #define SOC_MMU_PAGE_IN_FLASH(page) ((page) | MMU_ACCESS_FLASH) argument
/hal_espressif-latest/components/soc/
DKconfig33 # 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.
DCMakeLists.txt123 # For an embedded system, the MMU page size should always be defined statically
/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock.cpp102 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()
DSpiFlash.cpp156 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()
DSpiFlash.h35 esp_rom_spiflash_result_t erase_page(uint32_t page);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c144 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/
Dcfg_cli.h38 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/
Davrc_api.h414 extern UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page);
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflasher-stub.rst24 …andled by the original ROM bootloader. See the related :ref:`advanced options page <disable_stub>`.
Dbasic-options.rst6 …ation with an ESP target. For advanced configuration options, see the :ref:`advanced-options` page.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dresources.rst16 * If you're interested in contributing to esptool.py, please check the :ref:`contribute` page.
Dversions.rst20 To see the latest available version and its release notes, visit the `release page on GitHub <https…
Dtroubleshooting.rst41 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/
Desp_ble_mesh_config_model_api.h85 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/
Dmemory.ld.in35 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in35 * IDRAM0_2_SEG_SIZE_DEFAULT is used when page size is 64KB
/hal_espressif-latest/components/heap/
DKconfig9 See the "Heap Memory Debugging" page of the IDF documentation
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_cli.c261 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()

12