RTEMS 6.1-rc1
|
Inlined Routines from the POSIX Timer Manager. More...
#include <rtems/posix/timer.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/watchdogimpl.h>
Go to the source code of this file.
Macros | |
#define | POSIX_TIMER_STATE_FREE 0x01 |
#define | POSIX_TIMER_STATE_CREATE_NEW 0x02 |
#define | POSIX_TIMER_STATE_CREATE_RUN 0x03 |
#define | POSIX_TIMER_STATE_CREATE_STOP 0x04 |
#define | POSIX_TIMER_RELATIVE 0 |
Functions | |
void | _POSIX_Timer_TSR (Watchdog_Control *the_watchdog) |
Inlined Routines from the POSIX Timer Manager.
This file contains the static inline implementation of the inlined routines from the POSIX Timer Manager.
#define POSIX_TIMER_RELATIVE 0 |
Indicates that the fire time is relative to the current one
#define POSIX_TIMER_STATE_CREATE_NEW 0x02 |
Created timer but not running
#define POSIX_TIMER_STATE_CREATE_RUN 0x03 |
Created timer and running
#define POSIX_TIMER_STATE_CREATE_STOP 0x04 |
Created, ran and stopped timer
#define POSIX_TIMER_STATE_FREE 0x01 |
Timer is free