This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-07-24

TickTimer

System Timer (mwx::periph_ticktimer)
    TickTimer is used internally by TWENET for control purposes and operates implicitly. The timer interval is 1 ms. It defines only the available() method for writing processing that occurs every 1 ms in the loop() function based on TickTimer events.

    Methods

    available()

    inline bool available()

    Set after the TickTimer interrupt occurs, and becomes true in the immediate loop() execution. It is cleared after the loop() ends.