You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cores/arduino/HardwareTimer.h
+2
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,8 @@ class HardwareTimer {
105
105
106
106
voidsetCaptureCompare(uint32_t channel, uint32_t compare, TimerCompareFormat_t format = TICK_COMPARE_FORMAT); // set Compare register value of specified channel depending on format provided
107
107
108
+
voidsetInterruptPriority(uint32_t preemptPriority, uint32_t subPriority); // set interrupt priority
109
+
108
110
//Add interrupt to period update
109
111
voidattachInterrupt(void (*handler)(HardwareTimer *)); // Attach interrupt callback which will be called upon update event (timer rollover)
110
112
voiddetachInterrupt(); // remove interrupt callback which was attached to update event
0 commit comments