Lines Matching +full:runs +full:- +full:on

5 …lution Timer (`esp_timer`)](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/sy…
7 …ps://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/esp_timer.html#api-referen…
9 …ich returns the time since boot in microseconds. This can be useful for fine-grained timing in tas…
15 This example should be able to run on any commonly available ESP development board.
23 Under `Component config > Common ESP-related` are the following `esp_timer` related configurations
25 * `High-resolution timer task stack size` can be increased if timer callbacks require a larger stack
33 idf.py -p PORT flash monitor
38 (To exit the serial monitor, type ``Ctrl-]``.)
40 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
50 one-shot 0 5009654 1 0 0 0
56 one-shot 0 5009654 1 0 0 0
62 one-shot 0 5009654 1 0 0 0
65 I (5294) example: One-shot timer called, time since boot: 5009788 us
69 one-shot 0 0 1 1 0 11472
73 one-shot 0 0 1 1 0 11472
93 …nformation will be available. See documentation of `esp_timer_dump()` in ESP-IDF programming guide…
98 -------------------------------------------------------------------------------------------------
101 one-shot 0 5002469 1 0 0 0
112 one-shot 0 5002469 1 0 0 0
118 one-shot 0 5002469 1 0 0 0
123 ### 4. One-shot timer runs
125 The one-shot timer runs and changes the period of the periodic timer. Now the periodic timer runs w…
128 I (5265) example: One-shot timer called, time since boot: 5002586 us
132 one-shot 0 0 1 1 0 11474
136 one-shot 0 0 1 1 0 11474