Searched refs:loops (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | esp_event.rst | 16 There are two objects of concern for users of this library: events and event loops. 20 Event loops are the vehicle by which events get posted by event sources and handled by event handle… 26 …loops created using this API are referred to as user event loops. There is, however, a special typ… 27 …sp_event_handler_register_with`. Handlers can be registered with multiple loops, more on that :ref… 30 6. Event loops which are no longer needed can be deleted using :cpp:func:`esp_event_loop_delete`. 124 .. _esp-event-default-loops: 131 through a variant of the APIs for user event loops. The table below enumerates those variants, and … 132 loops equivalent. 152 to how default event loops and user event loops behave. It is even possible for users to post their… 153 to the default event loop, should the user opt to not create their own loops to save memory. [all …]
|
/hal_espressif-3.6.0/examples/system/esp_event/user_event_loops/ |
D | README.md | 5 This example demonstrates the creation and use of [**user event loops**](https://docs.espressif.com… 7 This example demonstrates the following things regarding user event loops: 15 …ted task is to unqueue events from the loop and execute its handlers. For loops without the dedica… 21 1. The possibility of registering the same handler for different loops 101 Two user event loops are created, one with a dedicated task and one without. Events are posted to e… 112 At this stage the two event loops are created, as well as the handlers for the iteration event regi…
|
/hal_espressif-3.6.0/examples/system/ |
D | README.md | 3 … interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep logging, and event loops.
|
/hal_espressif-3.6.0/examples/protocols/https_x509_bundle/ |
D | README.md | 10 - The application loops through the given URLs, establishing a secure TLS connection to all of them…
|
/hal_espressif-3.6.0/components/esp_event/ |
D | esp_event.c | 72 int loops = 0, handlers = 0; in esp_event_dump_prepare() local 93 loops++; in esp_event_dump_prepare() 100 int size = (((loops + allowance) * (sizeof(LOOP_DUMP_FORMAT) + 10 + 20 + 2 * 11)) + in esp_event_dump_prepare()
|
/hal_espressif-3.6.0/examples/system/esp_event/default_event_loop/ |
D | README.md | 5 Note: Should users need to create their own event loops, refer to the **user event loops** [documen…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | event-handling.rst | 16 …and IP events are sent to the :ref:`default event loop <esp-event-default-loops>` provided by this…
|
D | hardware-abstraction.rst | 103 …e runtime of the LL function can be determined at compile time. Thus, any loops in LL functions sh…
|
D | ulp_instruction_set.rst | 6 … has an 8-bit counter register (stage_cnt) which can be used to implement loops. Stage count regis…
|
D | ulps2_instruction_set.rst | 6 … has an 8-bit counter register (stage_cnt) which can be used to implement loops. Stage count regit…
|
D | wifi.rst | 128 …nt by the Wi-Fi driver to the :ref:`default event loop <esp-event-default-loops>`. Application may…
|
/hal_espressif-3.6.0/examples/peripherals/sdio/ |
D | README.md | 18 and then reads from the slave FIFO in loops.
|
/hal_espressif-3.6.0/examples/system/ota/ |
D | README.md | 120 …check the version of the application and prevent infinite firmware update loops. Only newer applic…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | uart.rst | 265 …UART_RS485TX_RX_EN``: if this bit is set, the transmitter's output signal loops back to the receiv…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | wifi.rst | 129 …stem/esp_event>` 的基础上进行的。Wi-Fi 驱动程序将事件发送至 :ref:`默认事件循环 <esp-event-default-loops>`,应用程序便可以使用 :cpp:f…
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 2039 longer necessary to wrap calls within loops.
|