We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4bbe8 commit 70e439cCopy full SHA for 70e439c
lib/pbio/drv/clock/clock_ev3.c
@@ -50,23 +50,6 @@ void systick_isr_C(void) {
50
pbio_os_request_poll();
51
}
52
53
-/**
54
- * Disable the timer and therefore the systick
55
- *
56
- */
57
-void systick_suspend(void) {
58
- /* Disable the timer interrupt */
59
- TimerDisable(SOC_TMR_0_REGS, TMR_TIMER12);
60
-}
61
-
62
63
- * Enable the timer and therefore the systick
64
65
-void systick_resume(void) {
66
- /* Enable the timer interrupt */
67
- TimerEnable(SOC_TMR_0_REGS, TMR_TIMER12, TMR_ENABLE_CONT);
68
69
70
/**
71
* Initialize the systick module, i.e. the hardware timer of the SoC
72
*
0 commit comments