RTEMS  5.0.0
Macros
inttypes.h File Reference

Provide printf() PRIxxx Constante Beyond Standards. More...

#include <inttypes.h>
#include <rtems/score/cpuopts.h>

Go to the source code of this file.

Macros

#define PRIxblksize_t   "lx"
 
#define PRIxblkcnt_t   "lx"
 
#define PRIxrtems_id   PRIx32
 
#define PRIdPriority_Control   PRIu64
 
#define PRIxPriority_Control   PRIx64
 
#define PRIdrtems_task_priority   PRIu32
 
#define PRIxrtems_task_priority   PRIx32
 
#define PRIdWatchdog_Interval   PRIu32
 
#define PRIdrtems_interval   PRIdWatchdog_Interval
 
#define PRIdThread_Entry_numeric_type   PRIuPTR
 
#define PRIdrtems_task_argument   PRIdThread_Entry_numeric_type
 
#define PRIxrtems_event_set   PRIx32
 
#define PRIxpthread_t   PRIx32
 
#define PRIxrtems_signal_set   PRIx32
 
#define PRIuino_t   PRIu64
 
#define PRIxino_t   PRIx64
 
#define PRIdioctl_command_t   "ld"
 
#define PRIdrtems_blkdev_bnum   PRId32
 
#define PRIdrtems_blkdev_bnum   PRId32
 
#define PRIdrtems_vector_number   PRId32
 

Detailed Description

Provide printf() PRIxxx Constante Beyond Standards.

This include file defines PRIxxx constants beyond those in the C and POSIX standards. These are used to write portable printf() format strings for POSIX and RTEMS types not in <inttypes.h>

Macro Definition Documentation

◆ PRIxblkcnt_t

#define PRIxblkcnt_t   "lx"

Helper macro to print "blkcnt_t" in hexadecimal

◆ PRIxblksize_t

#define PRIxblksize_t   "lx"

Helper macro to print "modet" in octal Helper macro to print "off_t" in octal Helper macro to print "off_t" in decimal Helper macro to print "time_t" in decimal Helper macro to print "blksize_t" in hexadecimal