Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The timed action processing must be called cyclic. Due to the timer management, the calling sequence is irrelevant. Therefore the function may be called in the background loop of the application:


Code Block
languagecpp
    :
    while (1) {
        COTmrProcess(&(AppNode.Tmr));
        :
    }