Lines Matching refs:timer

5 …Is allow an application to create multiple timers using a single hardware timer, and hides complex…
25 * `High-resolution timer task stack size` can be increased if timer callbacks require a larger stack
51 I (794) example: Periodic timer called, time since boot: 509694 us
52 I (1294) example: Periodic timer called, time since boot: 1009671 us
53 I (1794) example: Periodic timer called, time since boot: 1509671 us
54 I (2294) example: Periodic timer called, time since boot: 2009671 us
57 I (2794) example: Periodic timer called, time since boot: 2509671 us
58 I (3294) example: Periodic timer called, time since boot: 3009671 us
59 I (3794) example: Periodic timer called, time since boot: 3509671 us
60 I (4294) example: Periodic timer called, time since boot: 4009671 us
63 I (4794) example: Periodic timer called, time since boot: 4509671 us
64 I (5294) example: Periodic timer called, time since boot: 5009669 us
65 I (5294) example: One-shot timer called, time since boot: 5009788 us
66 I (5294) example: Restarted periodic timer with 1s period, time since boot: 5012675 us
67 I (6294) example: Periodic timer called, time since boot: 6012692 us
70 I (7294) example: Periodic timer called, time since boot: 7012692 us
71 I (8294) example: Periodic timer called, time since boot: 8012692 us
74 I (9294) example: Periodic timer called, time since boot: 9012692 us
75 I (10294) example: Periodic timer called, time since boot: 10012692 us
85 The example starts by creating a periodic and a one shot timer using the `esp_timer_create()` funct…
91 ### 2. Getting initial timer dump
96 timer period next time times times times callback
104 ### 3. Periodic timer keeps running at 500ms period:
107 I (765) example: Periodic timer called, time since boot: 502506 us
108 I (1265) example: Periodic timer called, time since boot: 1002478 us
109 I (1765) example: Periodic timer called, time since boot: 1502478 us
110 I (2265) example: Periodic timer called, time since boot: 2002478 us
113 I (2765) example: Periodic timer called, time since boot: 2502478 us
114 I (3265) example: Periodic timer called, time since boot: 3002478 us
115 I (3765) example: Periodic timer called, time since boot: 3502478 us
116 I (4265) example: Periodic timer called, time since boot: 4002478 us
119 I (4765) example: Periodic timer called, time since boot: 4502478 us
120 I (5265) example: Periodic timer called, time since boot: 5002476 us
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
129 I (5265) example: Restarted periodic timer with 1s period, time since boot: 5005475 us
130 I (6265) example: Periodic timer called, time since boot: 6005492 us
133 I (7265) example: Periodic timer called, time since boot: 7005492 us
134 I (8265) example: Periodic timer called, time since boot: 8005492 us
137 I (9265) example: Periodic timer called, time since boot: 9005492 us
138 I (10265) example: Periodic timer called, time since boot: 10005492 us
143 …enters light sleep for 0.5 seconds. This sleep does not impact timer period, and the timer is exec…
148 I (10765) example: Periodic timer called, time since boot: 11005492 us
149 I (11765) example: Periodic timer called, time since boot: 12005492 us