Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 125) sorted by relevance

12345

/hal_espressif-3.5.0/examples/cxx/experimental/experimental_cpp_component/
Desp_event_cxx.cpp57 ESPEventReg *object = static_cast<ESPEventReg*>(handler_arg); in event_handler_hook() local
58 object->dispatch_event_handling(ESPEvent(event_base, ESPEventID(event_id)), event_data); in event_handler_hook()
111 ESPEventRegTimed *object = static_cast<ESPEventRegTimed *>(arg); in timer_cb_hook() local
112 if (object->timeout_mutex.try_lock()) { in timer_cb_hook()
113 object->timeout_cb(object->event); in timer_cb_hook()
114object->api->handler_unregister(object->event.base, object->event.id.get_id(), object->instance); in timer_cb_hook()
115 object->timeout_mutex.unlock(); in timer_cb_hook()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md3 * This component defines a button as a well encapsulated object.
20 * create a button object returned by iot_button_create().
21 * Then hook different event callbacks to the button object.
22 …* To free the object, you can call iot_button_delete to delete the button object and free the memo…
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/
Dmem_definition_base.py10 class EfuseRegistersBase(object):
21 class EfuseBlocksBase(object):
46 class EfuseFieldsBase(object):
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
DREADME.md3 * This component defines a light as a well encapsulated object.
17 * create a light object returned by iot_light_create()
19 …* To free the object, you can call iot_light_delete to delete the button object and free the memor…
/hal_espressif-3.5.0/components/cxx/
Dcxx_exception_stubs.cpp43 extern "C" void __wrap___register_frame_info_bases (const void *begin, struct object *ob, void *tba… in __wrap___register_frame_info_bases()
48 extern "C" void __wrap___register_frame_info (const void *begin, struct object *ob) in __wrap___register_frame_info()
53 extern "C" void __wrap___register_frame_info_table_bases (void *begin, struct object *ob, void *tba… in __wrap___register_frame_info_table_bases()
58 extern "C" void __wrap___register_frame_info_table (void *begin, struct object *ob) in __wrap___register_frame_info_table()
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/
DDebugUtils.py30 class debug_backend(object):
40 class CustomProcess(object):
59 class OCDBackend(object):
95 class GDBBackend(object):
/hal_espressif-3.5.0/docs/en/api-guides/
Dlinker-script-generation.rst76 - object file (``.obj`` or ``.o`` files)
80 .. _ldgen-placing-object-files :
82 Placing object files
117 …ant code and data into source files, and :ref:`use object-granularity placements<ldgen-placing-obj…
155 …t1.o`` and ``object2.o``; and when ``CONFIG_PERFORMANCE_LEVEL == 3`` all object files under the ar…
201 …nent_file:`freertos/CMakeLists.txt`. ``freertos`` uses this to place its object files to the instr…
219 … put together, form placement rules that tell where to place sections of object files in the outpu…
326 Sections fragments defines a list of object file sections that the GCC compiler emits. It may be a …
400 Mapping fragments define what scheme fragment to use for mappable entities, i.e. object files, func…
407 object:symbol (scheme) # symbol granularity
[all …]
/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dlinker-script-generation.rst80 .. _ldgen-placing-object-files :
117 …rity-placements>`。为确保存放区域合适,您也可以将相关代码和数据集中在源文件中,参考 :ref:`使用目标文件的存放规则 <ldgen-placing-object-files>`。
407 object:symbol (scheme) # 符号
408 object (scheme) # 目标
421 object (scheme)
427 object (sections -> target,
435 object (.section,
/hal_espressif-3.5.0/tools/ci/
Dcheck_callgraph.py38 class RtlFunction(object):
48 class SectionAddressRange(object):
77 class Symbol(object):
97 class Reference(object):
113 class ElfInfo(object):
/hal_espressif-3.5.0/components/esp_system/
Dstartup.c166 struct object { long placeholder[ 10 ]; }; in do_global_ctors() argument
167 void __register_frame_info (const void *begin, struct object *ob); in do_global_ctors()
170 static struct object ob; in do_global_ctors()
/hal_espressif-3.5.0/components/xtensa/
Dxtensa_intr_asm.S51 .type _xt_intenable,@object
54 .type _xt_vpri_mask,@object
/hal_espressif-3.5.0/components/fatfs/src/
D00history.txt68 Fixed short seek (<= csize) collapses the file object.
151 Moved file lock semaphore table from fs object to the bss.
174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
206 Fixed f_close() invalidates the file object without volume lock.
215 …Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at…
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea…
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espsecure/
Dindex.rst63 # PKCS11 shared object/library module of the HSM vendor
72 # Label of the object used to store the private key
75 # Label of the object used to store corresponding public key
/hal_espressif-3.5.0/tools/test_mkuf2/
Dtest_mkuf2.py52 class UF2Block(object):
75 class UF2BlockReader(object):
85 class BinaryWriter(object):
/hal_espressif-3.5.0/tools/ci/python_packages/tiny_test_fw/
DTinyFW.py42 class DefaultEnvConfig(object):
86 class JunitReport(object):
DEnvConfig.py38 class Config(object):
/hal_espressif-3.5.0/docs/en/api-reference/network/
Desp_netif.rst103 …* Installs driver_transmit to appropriate ESP-NETIF object, so that outgoing packets from network …
111 As that it provides a set of interfaces for attaching a driver to ESP-NETIF object (runtime) and
160 …nctions return the ``esp_netif`` handle, i.e. a pointer to a network interface object allocated and
163 * The created object has to be destroyed if a network de-initialization is provided by an applicati…
/hal_espressif-3.5.0/tools/ci/python_packages/tiny_test_fw/Utility/
DCaseConfig.py142 class Parser(object):
220 class Generator(object):
/hal_espressif-3.5.0/tools/test_idf_monitor/
Drun_test_idf_monitor.py29 from builtins import object
76 class TestRunner(object):
/hal_espressif-3.5.0/tools/unit-test-app/tools/
DCreateSectionTable.py5 class Section(object):
106 class SectionTable(object):
/hal_espressif-3.5.0/components/espcoredump/corefile/
Delf.py100 class ElfFile(object):
228 class ElfSection(object):
255 class ElfSegment(object):
/hal_espressif-3.5.0/examples/cxx/rtti/
DREADME.md11 … class. For each object, it is demonstrated that `dynamic_cast` behaves as expected, returning non…
/hal_espressif-3.5.0/components/esp_netif/
DREADME.md39 - configure the object with
53 - install driver_transmit to appropriate ESP-NETIF object, so that outgoing packets from
/hal_espressif-3.5.0/tools/ci/python_packages/idf_iperf_test_util/
DTestReport.py12 class ThroughputForConfigsReport(object):
148 class ThroughputVsRssiReport(object):
/hal_espressif-3.5.0/tools/idf_monitor_base/
Dstoppable_thread.py19 class StoppableThread(object):

12345