Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
void  OSTimeTick (void)

File

Called from

Code enabled by

os_time.c

ISR only

N/A

OSTimeTick() “announces” that a tick has just occurred, and that time delays and timeouts need to be updated. This function must be called from the tick ISR.

...