RTEMS  5.1
Files | Data Structures | Macros | Variables
POSIX Timer Private Support

Files

file  ptimer.c
 POSIX Timer Information with Zero Objects.
 

Data Structures

struct  POSIX_Timer_Control
 

Macros

#define POSIX_TIMER_INFORMATION_DEFINE(max)
 Macro to define the objects information for the POSIX Timer objects. More...
 

Variables

Objects_Information _POSIX_Timer_Information
 The POSIX Timer objects information.
 

Detailed Description

Macro Definition Documentation

◆ POSIX_TIMER_INFORMATION_DEFINE

#define POSIX_TIMER_INFORMATION_DEFINE (   max)
Value:
_POSIX_Timer, \
OBJECTS_POSIX_API, \
OBJECTS_POSIX_TIMERS, \
max, \
NULL \
)
#define OBJECTS_NO_STRING_NAME
Constant for the object information string name length to indicate that this object class has no stri...
Definition: objectdata.h:101
#define OBJECTS_INFORMATION_DEFINE(name, api, cls, type, max, nl, ex)
Statically initializes an objects information.
Definition: objectdata.h:427
Definition: timer.h:41
#define NULL
Requests a GPIO pin group configuration.
Definition: bestcomm_api.h:77

Macro to define the objects information for the POSIX Timer objects.

This macro should only be used by <rtems/confdefs.h>.

Parameters
maxThe configured object maximum (the OBJECTS_UNLIMITED_OBJECTS flag may be set).