RTEMS Logo

RTEMS 4.9.2 On-Line Library


Timer Manager Creating a Timer

PREV UP NEXT Bookshelf RTEMS C User's Guide

8.3.1: Creating a Timer

The rtems_timer_create directive creates a timer by allocating a Timer Control Block (TMCB), assigning the timer a user-specified name, and assigning it a timer ID. Newly created timers do not have a timer service routine associated with them and are not active.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation