Beispiel #1
0
 private void GenerateInterrupts()
 {
     // "Mikey is only source of interrupts. It contains all timers (regular, audio and UART)"
     if (SystemClock.CompatibleCycleCount >= NextTimerEvent)
     {
         Mikey.Update();
     }
 }