/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 346 …memprot_ll_err_t memprot_ll_set_rtcfast_split_line(const void *line_addr, memprot_ll_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_ll_err_t memprot_ll_get_rtcfast_split_line(memprot_ll_world_t world, void **l… in memprot_ll_get_rtcfast_split_line() argument 383 switch (world) { in memprot_ll_get_rtcfast_split_line() 421 …emprot_ll_rtcfast_set_pms_area(bool r, bool w, bool x, memprot_ll_world_t world, memprot_ll_area_t… in memprot_ll_rtcfast_set_pms_area() argument 426 switch (world) { in memprot_ll_rtcfast_set_pms_area() 472 …rot_ll_rtcfast_get_pms_area(bool *r, bool *w, bool *x, memprot_ll_world_t world, memprot_ll_area_t… in memprot_ll_rtcfast_get_pms_area() argument 476 switch (world) { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | esp_memprot.c | 174 …_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world, int const *const … in esp_mprot_get_violate_world() argument 176 if (world == NULL) { in esp_mprot_get_violate_world() 180 *world = MEMPROT_PMS_WORLD_NONE; in esp_mprot_get_violate_world()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 174 …_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world, int const *const … in esp_mprot_get_violate_world() argument 176 if (world == NULL) { in esp_mprot_get_violate_world() 180 *world = MEMPROT_PMS_WORLD_NONE; in esp_mprot_get_violate_world()
|
/hal_espressif-3.6.0/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_ll_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-3.6.0/examples/peripherals/uart/uart_async_rxtxtasks/ |
D | README.md | 9 1. The first task periodically transmits `Hello world` via the UART. 48 I (4261) RX_TASK: Read 11 bytes: 'Hello world' 49 I (4261) RX_TASK: 0x3ffb821c 48 65 6c 6c 6f 20 77 6f 72 6c 64 |Hello world|
|
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 184 esp_mprot_pms_world_t world; in print_memprot_err_details() local 185 res = esp_mprot_get_violate_world(s_memp_intr.mem_type, &world, &s_memp_intr.core); in print_memprot_err_details() 187 panic_print_str(esp_mprot_pms_world_to_str(world)); in print_memprot_err_details()
|
/hal_espressif-3.6.0/examples/build_system/cmake/linux_host_app/ |
D | README.md | 4 This hello-world example builds a simple hello-world application for Linux.
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 125 esp_mprot_pms_world_t world; in test_mprot_dump_status_register() local 126 err = esp_mprot_get_violate_world(mem_type, &world, NULL); in test_mprot_dump_status_register() 128 esp_rom_printf(" world: %s,", esp_mprot_pms_world_to_str(world)); in test_mprot_dump_status_register()
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_memprot.h | 122 esp_err_t esp_mprot_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world,…
|
/hal_espressif-3.6.0/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_ll_world_t world);
|
/hal_espressif-3.6.0/examples/common_components/led_strip/ |
D | README.md | 7 * [WS2812](http://www.world-semi.com/Certifications/WS2812B.html)
|
/hal_espressif-3.6.0/examples/protocols/icmp_echo/ |
D | README.md | 84 esp32> ping www.hello-world.io 85 ping: unknown host www.hello-world.io
|
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/ |
D | README.md | 60 Enter value to set for property (property3) : hello world! 67 [ 4] property3 STRING hello world!
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 526 …_get_violate_world(const esp_mprot_mem_t mem_type, esp_mprot_pms_world_t *world, int const *const … 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-3.6.0/examples/peripherals/rmt/led_strip/ |
D | README.md | 5 …generic protocols thanks to its flexible data format. [WS2812](http://www.world-semi.com/Certifica…
|
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/ |
D | README.md | 16 …he pulses to be counted can be generated by pressing the button. For real world applications this …
|
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/ |
D | index.rst | 370 此时,您就可以在启动日志和诊断日志之后,看到打印的 “Hello world!” 了。 375 Hello world!
|
/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/ |
D | README.md | 22 Hello world!
|
/hal_espressif-3.6.0/examples/get-started/blink/ |
D | README.md | 5 …a LED using GPIO or RMT for the addressable LED, i.e. [WS2812](http://www.world-semi.com/Certifica…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | linux-host-testing.rst | 41 - An example :example_file:`hello-world application <build_system/cmake/linux_host_app/README.md>`
|
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/ |
D | README.md | 16 …he pulses to be counted can be generated by pressing the button. For real world applications this …
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/ |
D | README.md | 6 … providing information about a nearby museum exhibit, iBeacon opens a new world of possibilities f…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | flashing-firmware.rst | 28 For example, when building the `hello-world example project <https://github.com/espressif/esp-idf/t…
|
/hal_espressif-3.6.0/docs/zh_CN/get-started/ |
D | index.rst | 740 此时,您就可以在启动日志和诊断日志之后,看到打印的 “Hello world!” 了。 745 Hello world!
|
/hal_espressif-3.6.0/docs/en/get-started-legacy/ |
D | index.rst | 370 After startup and diagnostic logs scroll up, you should see "Hello world!" printed out by the appli… 375 Hello world!
|