Home
last modified time | relevance | path

Searched refs:world (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h346 …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/
Desp_memprot.c174 …_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/
Desp_memprot.c174 …_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/
Desp_memprot_conv.c25 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/
DREADME.md9 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/
Dpanic_arch.c184 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/
DREADME.md4 This hello-world example builds a simple hello-world application for Linux.
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c125 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/
Desp_memprot.h122 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/
Desp_memprot_internal.h32 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/
DREADME.md7 * [WS2812](http://www.world-semi.com/Certifications/WS2812B.html)
/hal_espressif-3.6.0/examples/protocols/icmp_echo/
DREADME.md84 esp32> ping www.hello-world.io
85 ping: unknown host www.hello-world.io
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/
DREADME.md60 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/
Desp_memprot.c526 …_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/
DREADME.md5 …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/
DREADME.md16 …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/
Dindex.rst370 此时,您就可以在启动日志和诊断日志之后,看到打印的 “Hello world!” 了。
375 Hello world!
/hal_espressif-3.6.0/examples/build_system/cmake/idf_as_lib/
DREADME.md22 Hello world!
/hal_espressif-3.6.0/examples/get-started/blink/
DREADME.md5 …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/
Dlinux-host-testing.rst41 - 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/
DREADME.md16 …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/
DREADME.md6 … 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/
Dflashing-firmware.rst28 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/
Dindex.rst740 此时,您就可以在启动日志和诊断日志之后,看到打印的 “Hello world!” 了。
745 Hello world!
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dindex.rst370 After startup and diagnostic logs scroll up, you should see "Hello world!" printed out by the appli…
375 Hello world!

12