Versions Compared

Key

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

COTmrProcess

Description

This function processes a single elapsed timer action. The function is used decouple the generation of the periodic time base and the timed action processing.

...

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));
        :
    }