/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 421 …ll_rtcfast_set_pms_area(bool r, bool w, bool x, memprot_hal_world_t world, memprot_hal_area_t area) in memprot_ll_rtcfast_set_pms_area() argument 428 switch (area) { in memprot_ll_rtcfast_set_pms_area() 442 switch (area) { in memprot_ll_rtcfast_set_pms_area() 472 …rtcfast_get_pms_area(bool *r, bool *w, bool *x, memprot_hal_world_t world, memprot_hal_area_t area) in memprot_ll_rtcfast_get_pms_area() argument 478 switch (area) { in memprot_ll_rtcfast_get_pms_area() 490 switch (area) { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 827 …bool r, const bool w, const bool x, const memprot_hal_world_t world, const memprot_hal_area_t area) in memprot_ll_rtcfast_set_pms_area() argument 838 switch (area) { in memprot_ll_rtcfast_set_pms_area() 852 switch (area) { in memprot_ll_rtcfast_set_pms_area() 891 …nt core, bool *r, bool *w, bool *x, const memprot_hal_world_t world, const memprot_hal_area_t area) in memprot_ll_rtcfast_get_pms_area() argument 901 switch (area) { in memprot_ll_rtcfast_get_pms_area() 921 switch (area) { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 36 * This section located in RTC FAST Memory area. 96 * This section located in RTC SLOW Memory area. 196 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.memory | 52 to boot due to not recognizing the new IRAM memory area.
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 36 * This section located in RTC FAST Memory area. 96 * This section located in RTC SLOW Memory area. 196 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 25 This section is required to skip rtc.text area because rtc_iram_seg and 36 /* This section located in RTC FAST Memory area. 99 /* This section located in RTC SLOW Memory area.
|
D | memory.ld.in | 54 /* IRAM for PRO cpu. Not sure if happy with this, this is MMU area... */
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 34 * This section located in RTC FAST Memory area. 94 * This section located in RTC SLOW Memory area. 161 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 34 This section is required to skip rtc.text area because rtc_iram_seg and 45 /* This section located in RTC FAST Memory area. 106 /* This section located in RTC SLOW Memory area.
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 1037 static esp_err_t esp_bt_mem_release_area(const bt_area_t *area) in esp_bt_mem_release_area() argument 1040 intptr_t mem_start = area->start; in esp_bt_mem_release_area() 1041 intptr_t mem_end = area->end; in esp_bt_mem_release_area() 1043 …ESP_LOGD(NIMBLE_PORT_LOG_TAG, "Release %s [0x%08x] - [0x%08x], len %d", area->name, mem_start, mem… in esp_bt_mem_release_area()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 1119 static esp_err_t esp_bt_mem_release_area(const bt_area_t *area) in esp_bt_mem_release_area() argument 1122 intptr_t mem_start = area->start; in esp_bt_mem_release_area() 1123 intptr_t mem_end = area->end; in esp_bt_mem_release_area() 1125 …ESP_LOGD(NIMBLE_PORT_LOG_TAG, "Release %s [0x%08x] - [0x%08x], len %d", area->name, mem_start, mem… in esp_bt_mem_release_area()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 1097 static esp_err_t esp_bt_mem_release_area(const bt_area_t *area) in esp_bt_mem_release_area() argument 1100 intptr_t mem_start = area->start; in esp_bt_mem_release_area() 1101 intptr_t mem_end = area->end; in esp_bt_mem_release_area() 1103 …ESP_LOGD(NIMBLE_PORT_LOG_TAG, "Release %s [0x%08x] - [0x%08x], len %d", area->name, mem_start, mem… in esp_bt_mem_release_area()
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 38 * This section located in RTC FAST Memory area. 101 * This section located in RTC SLOW Memory area. 199 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 1036 static esp_err_t esp_bt_mem_release_area(const bt_area_t *area) in esp_bt_mem_release_area() argument 1039 intptr_t mem_start = area->start; in esp_bt_mem_release_area() 1040 intptr_t mem_end = area->end; in esp_bt_mem_release_area() 1042 …ESP_LOGD(BT_LOG_TAG, "Release %s [0x%08x] - [0x%08x], len %d", area->name, mem_start, mem_end, mem… in esp_bt_mem_release_area()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 1303 static esp_err_t esp_bt_mem_release_area(const bt_area_t *area) in esp_bt_mem_release_area() argument 1306 intptr_t mem_start = area->start; in esp_bt_mem_release_area() 1307 intptr_t mem_end = area->end; in esp_bt_mem_release_area() 1309 …ESP_LOGD(BTDM_LOG_TAG, "Release %s [0x%08x] - [0x%08x], len %d", area->name, mem_start, mem_end, m… in esp_bt_mem_release_area()
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/ |
D | bootloader.ld | 15 * buffers area (0x3fcdcb70).
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/ |
D | bootloader.ld | 15 * buffers area (0x3fcdc710).
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/ |
D | bootloader.ld | 15 * buffers area (0x4087c610).
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/ |
D | bootloader.ld | 16 * buffers area (0x4084d380).
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 422 This option reserves an area in the RTC FAST memory (access only PRO_CPU). 434 this area remains valid when rebooted, except for power loss. 460 This option reserves in RTC FAST memory the area for custom purposes. 462 in this area of memory, you can increase it. It must be a multiple of 4 bytes. 463 … This area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application. 469 This option reserves an area in RTC FAST memory for the following features:
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 16 * buffers area (0x3fce9704). For alignment purpose we shall use value (0x3fce9700).
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 30 * This section is required to skip .iram0.text area because iram0_0_seg and
|