Home
last modified time | relevance | path

Searched refs:invoked (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-3.5.0/components/esp_event/private_include/
Desp_event_internal.h38 …uint32_t invoked; /**< number of times this handler … member
/hal_espressif-3.5.0/components/esp_event/
Desp_event.c155 handler->invoked++; in handler_execute()
985 "ESP_EVENT_ANY_ID", handler_it->invoked, handler_it->time); in esp_event_dump()
991 "ESP_EVENT_ANY_ID", handler_it->invoked, handler_it->time); in esp_event_dump()
1000 id_str_buf, handler_it->invoked, handler_it->time); in esp_event_dump()
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md14 - Supplied configuration contains user provided callback function invoked whenever MSC device is co…
/hal_espressif-3.5.0/make/
Dcomponent_wrapper.mk12 $(error Make was invoked from $(CURDIR). However please do not run make from the sdk or a component…
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_http_server.rst10 …quests and, depending on the requested URI, user registered handlers are invoked which are suppose…
Desp_http_client.rst10 …data and closing the connection if necessary. All related events will be invoked in the event_hand…
/hal_espressif-3.5.0/examples/ethernet/iperf/
DREADME.md152 2. Put frequently invoked functions into IRAM via macro `IRAM_ATTR` in code. Note that the lwIP IRA…
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dtimer.rst94 …, timer ID, callback handler and user data. The callback handler will be invoked in ISR context, s…
Drmt.rst171 Once the :cpp:type:`rmt_config_t` structure is populated with parameters, it should be then invoked
Dmcpwm.rst195 …r parameters are defined in :cpp:type:`mcpwm_carrier_config_t` structure invoked within the functi…
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dipc.rst63 - The callback is invoked via the ``CALLX0`` instruction with register windowing disabled, thus the…
Dconsole.rst24 …known to work are GNU screen, minicom, and idf_monitor.py (which can be invoked using ``idf.py mo…
Dota.rst205 The tool can either be imported and used from another Python script or invoked from shell script fo…
Dheap_debug.rst50 …caps_register_failed_alloc_callback` to register a callback that will be invoked every time a allo…
/hal_espressif-3.5.0/tools/cmake/
Dutilities.cmake228 # Creates a phony target which fails when invoked. This is used when the necessary conditions
/hal_espressif-3.5.0/docs/en/api-reference/network/
Desp_eth.rst288 …l_deinit_done`: These two fields are used to specify the hooks which get invoked when low level ha…
400 The following functions should only be invoked after the Ethernet driver has been installed.
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Dusing-debugger.rst79 …option. This will make the program to resume after ``mon reset halt`` is invoked per point 8. The …
Dtips-and-quirks.rst20 …oftware flash ones means that the GDB command ``hb myFunction`` which is invoked for function in f…
/hal_espressif-3.5.0/docs/en/api-guides/tools/
Didf-monitor.rst211 IDF monitor can be invoked as ``idf.py monitor --print-filter="xyz"``, where ``--print-filter`` is …
/hal_espressif-3.5.0/components/esp_system/
DKconfig9 invoked. Configure the panic handler's action here.
/hal_espressif-3.5.0/docs/en/api-guides/
Dpartition-tables.rst227 The tool can either be imported and used from another Python script or invoked from shell script fo…
Dapp_trace.rst545 Note that all OpenOCD commands should be invoked in GDB as: ``mon <oocd_command>``.
/hal_espressif-3.5.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt127 and may be invoked directly from the top level Makefile.
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/
DKconfig.in1115 needs to be invoked to add the node information into the mesh stack.