Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_flash.c441 uint32_t helper[4] = { BLANK_COREDUMP_SIZE }; in esp_core_dump_image_erase() local
442 …_Static_assert(sizeof(helper) % 16 == 0, "esp_partition_write() needs multiple of 16 bytes long bu… in esp_core_dump_image_erase()
464 err = esp_partition_write(core_part, 0, helper, sizeof(helper)); in esp_core_dump_image_erase()
/hal_espressif-3.6.0/examples/protocols/
DREADME.md11 Protocols examples use a simple helper function, `example_connect()`, to establish Wi-Fi and/or Eth…
13 …only suited for use in examples. When developing real applications, this helper function needs to …
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_err.rst4 This section lists definitions of common ESP-IDF error codes and several helper functions related t…
Desp_function_with_shared_stack.rst48 //Call the desired function using the macro helper:
Dsystem.rst109 When reading custom MAC addresses from eFuse, ESP-IDF provides a helper function :cpp:func:`esp_efu…
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md21 - Obtained device handle is then used in helper function `usb_msc_vfs_register` mounting USB Disk t…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst126 …orted dedicated CPU instructions are also wrapped inside `soc/cpu_ll.h` as helper inline functions.
Dusb_host.rst386 - :component_file:`usb/include/usb/usb_helpers.h` contains various helper functions that are relate…
/hal_espressif-3.6.0/docs/en/api-guides/
Dbuild-system.rst1097 The ESP-IDF build system "wraps" CMake with the concept of "components", and helper functions to au…
1476 - utilities.cmake - Miscellaneous helper commands.
1508 …make` to ``CMAKE_MODULE_PATH`` and include core modules plus the various helper/third-party script…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt291 + Correct formatting in vTaskList() helper function when it prints the state
724 + Utility (helper) functions that format task statistic information into
1138 + Added the portSUPPRESS_TICKS_AND_SLEEP() macro and vTaskStepTick() helper