/hal_espressif-latest/components/esp_hw_support/port/ |
D | esp_memprot_conv.c | 25 esp_mprot_pms_world_t esp_mprot_ll_world_to_hl_world(const memprot_hal_world_t world) in esp_mprot_ll_world_to_hl_world() argument 27 switch (world) { in esp_mprot_ll_world_to_hl_world()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 346 …mprot_hal_err_t memprot_ll_set_rtcfast_split_line(const void *line_addr, memprot_hal_world_t world) in memprot_ll_set_rtcfast_split_line() argument 359 switch (world) { in memprot_ll_set_rtcfast_split_line() 377 static inline memprot_hal_err_t memprot_ll_get_rtcfast_split_line(memprot_hal_world_t world, void *… in memprot_ll_get_rtcfast_split_line() argument 383 switch (world) { in memprot_ll_get_rtcfast_split_line() 421 …mprot_ll_rtcfast_set_pms_area(bool r, bool w, bool x, memprot_hal_world_t world, memprot_hal_area_… in memprot_ll_rtcfast_set_pms_area() argument 426 switch (world) { in memprot_ll_rtcfast_set_pms_area() 472 …ot_ll_rtcfast_get_pms_area(bool *r, bool *w, bool *x, memprot_hal_world_t world, memprot_hal_area_… in memprot_ll_rtcfast_get_pms_area() argument 476 switch (world) { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 190 esp_mprot_pms_world_t world; in print_memprot_err_details() local 191 res = esp_mprot_get_violate_world(s_memp_intr.mem_type, &world, s_memp_intr.core); in print_memprot_err_details() 193 panic_print_str(esp_mprot_pms_world_to_str(world)); in print_memprot_err_details()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_memprot.h | 123 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,…
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_memprot_internal.h | 32 esp_mprot_pms_world_t esp_mprot_ll_world_to_hl_world(const memprot_hal_world_t world);
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 732 …t_ll_set_rtcfast_split_line(const int core, const void *line_addr, const memprot_hal_world_t world) in memprot_ll_set_rtcfast_split_line() argument 751 switch (world) { in memprot_ll_set_rtcfast_split_line() 778 …emprot_ll_get_rtcfast_split_line(const int core, const memprot_hal_world_t world, void **line_addr) in memprot_ll_get_rtcfast_split_line() argument 787 switch (world) { in memprot_ll_get_rtcfast_split_line() 827 …core, const bool r, const bool w, const bool x, const memprot_hal_world_t world, const memprot_hal… in memprot_ll_rtcfast_set_pms_area() argument 836 switch (world) { in memprot_ll_rtcfast_set_pms_area() 891 …area(const int core, bool *r, bool *w, bool *x, const memprot_hal_world_t world, const memprot_hal… in memprot_ll_rtcfast_get_pms_area() argument 899 switch (world) { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 526 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,… in esp_mprot_get_violate_world() argument 528 if (world == NULL) { in esp_mprot_get_violate_world() 551 *world = res; in esp_mprot_get_violate_world()
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 93 transmission from user application. Its typical usage in embedded world might be implementation of …
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 773 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,… in esp_mprot_get_violate_world() argument 775 if (world == NULL) { in esp_mprot_get_violate_world() 802 *world = esp_mprot_ll_world_to_hl_world(regval); in esp_mprot_get_violate_world()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flashing-firmware.rst | 32 For example, when building the `hello-world example project <https://github.com/espressif/esp-idf/t…
|