RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Functions
timerimpl.h File Reference

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)
 

Detailed Description

Inlined Routines from the POSIX Timer Manager.

This file contains the static inline implementation of the inlined routines from the POSIX Timer Manager.

Macro Definition Documentation

◆ POSIX_TIMER_RELATIVE

#define POSIX_TIMER_RELATIVE   0

Indicates that the fire time is relative to the current one

◆ POSIX_TIMER_STATE_CREATE_NEW

#define POSIX_TIMER_STATE_CREATE_NEW   0x02

Created timer but not running

◆ POSIX_TIMER_STATE_CREATE_RUN

#define POSIX_TIMER_STATE_CREATE_RUN   0x03

Created timer and running

◆ POSIX_TIMER_STATE_CREATE_STOP

#define POSIX_TIMER_STATE_CREATE_STOP   0x04

Created, ran and stopped timer

◆ POSIX_TIMER_STATE_FREE

#define POSIX_TIMER_STATE_FREE   0x01

Timer is free