Searched refs:helper (Results 1 – 10 of 10) sorted by relevance
441 uint32_t helper[4] = { BLANK_COREDUMP_SIZE }; in esp_core_dump_image_erase() local442 …_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()
11 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 …
4 This section lists definitions of common ESP-IDF error codes and several helper functions related t…
48 //Call the desired function using the macro helper:
109 When reading custom MAC addresses from eFuse, ESP-IDF provides a helper function :cpp:func:`esp_efu…
21 - Obtained device handle is then used in helper function `usb_msc_vfs_register` mounting USB Disk t…
126 …orted dedicated CPU instructions are also wrapped inside `soc/cpu_ll.h` as helper inline functions.
386 - :component_file:`usb/include/usb/usb_helpers.h` contains various helper functions that are relate…
1097 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…
291 + Correct formatting in vTaskList() helper function when it prints the state724 + Utility (helper) functions that format task statistic information into1138 + Added the portSUPPRESS_TICKS_AND_SLEEP() macro and vTaskStepTick() helper