Macros | Typedefs
projdefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES   0
 
#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY   ( -1 )
 
#define errQUEUE_BLOCKED   ( -4 )
 
#define errQUEUE_EMPTY   ( ( BaseType_t ) 0 )
 
#define errQUEUE_FULL   ( ( BaseType_t ) 0 )
 
#define errQUEUE_YIELD   ( -5 )
 
#define pdBIG_ENDIAN   pdFREERTOS_BIG_ENDIAN
 
#define pdFAIL   ( pdFALSE )
 
#define pdFALSE   ( ( BaseType_t ) 0 )
 
#define pdFREERTOS_BIG_ENDIAN   1
 
#define pdFREERTOS_ERRNO_EACCES   13 /* Permission denied */
 
#define pdFREERTOS_ERRNO_EADDRINUSE   112 /* Address already in use */
 
#define pdFREERTOS_ERRNO_EADDRNOTAVAIL   125 /* Address not available */
 
#define pdFREERTOS_ERRNO_EAGAIN   11 /* No more processes */
 
#define pdFREERTOS_ERRNO_EALREADY   120 /* Socket already connected */
 
#define pdFREERTOS_ERRNO_EBADE   50 /* Invalid exchange */
 
#define pdFREERTOS_ERRNO_EBADF   9 /* Bad file number */
 
#define pdFREERTOS_ERRNO_EBUSY   16 /* Mount device busy */
 
#define pdFREERTOS_ERRNO_ECANCELED   140 /* Operation canceled. */
 
#define pdFREERTOS_ERRNO_EEXIST   17 /* File exists */
 
#define pdFREERTOS_ERRNO_EFAULT   14 /* Bad address */
 
#define pdFREERTOS_ERRNO_EFTYPE   79 /* Inappropriate file type or format */
 
#define pdFREERTOS_ERRNO_EILSEQ   138 /* An invalid UTF-16 sequence was encountered. */
 
#define pdFREERTOS_ERRNO_EINPROGRESS   119 /* Connection already in progress */
 
#define pdFREERTOS_ERRNO_EINTR   4 /* Interrupted system call */
 
#define pdFREERTOS_ERRNO_EINVAL   22 /* Invalid argument */
 
#define pdFREERTOS_ERRNO_EIO   5 /* I/O error */
 
#define pdFREERTOS_ERRNO_EISCONN   127 /* Socket is already connected */
 
#define pdFREERTOS_ERRNO_EISDIR   21 /* Is a directory */
 
#define pdFREERTOS_ERRNO_ENAMETOOLONG   91 /* File or path name too long */
 
#define pdFREERTOS_ERRNO_ENMFILE   89 /* No more files */
 
#define pdFREERTOS_ERRNO_ENOBUFS   105 /* No buffer space available */
 
#define pdFREERTOS_ERRNO_ENODEV   19 /* No such device */
 
#define pdFREERTOS_ERRNO_ENOENT   2 /* No such file or directory */
 
#define pdFREERTOS_ERRNO_ENOMEDIUM   135 /* No medium inserted */
 
#define pdFREERTOS_ERRNO_ENOMEM   12 /* Not enough memory */
 
#define pdFREERTOS_ERRNO_ENOPROTOOPT   109 /* Protocol not available */
 
#define pdFREERTOS_ERRNO_ENOSPC   28 /* No space left on device */
 
#define pdFREERTOS_ERRNO_ENOTCONN   128 /* Socket is not connected */
 
#define pdFREERTOS_ERRNO_ENOTDIR   20 /* Not a directory */
 
#define pdFREERTOS_ERRNO_ENOTEMPTY   90 /* Directory not empty */
 
#define pdFREERTOS_ERRNO_ENXIO   6 /* No such device or address */
 
#define pdFREERTOS_ERRNO_EOPNOTSUPP   95 /* Operation not supported on transport endpoint */
 
#define pdFREERTOS_ERRNO_EROFS   30 /* Read only file system */
 
#define pdFREERTOS_ERRNO_ESPIPE   29 /* Illegal seek */
 
#define pdFREERTOS_ERRNO_ETIMEDOUT   116 /* Connection timed out */
 
#define pdFREERTOS_ERRNO_EUNATCH   42 /* Protocol driver not attached */
 
#define pdFREERTOS_ERRNO_EWOULDBLOCK   11 /* Operation would block */
 
#define pdFREERTOS_ERRNO_EXDEV   18 /* Cross-device link */
 
#define pdFREERTOS_ERRNO_NONE   0 /* No errors */
 
#define pdFREERTOS_LITTLE_ENDIAN   0
 
#define pdINTEGRITY_CHECK_VALUE   0x5a5a5a5aUL
 
#define pdLITTLE_ENDIAN   pdFREERTOS_LITTLE_ENDIAN
 
#define pdMS_TO_TICKS(xTimeInMs)   ( ( TickType_t ) ( ( ( TickType_t ) ( xTimeInMs ) * ( TickType_t ) configTICK_RATE_HZ ) / ( TickType_t ) 1000 ) )
 
#define pdPASS   ( pdTRUE )
 
#define pdTRUE   ( ( BaseType_t ) 1 )
 

Typedefs

typedef void(* TaskFunction_t) (void *)
 

Macro Definition Documentation

◆ configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES

#define configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES   0

Definition at line 60 of file projdefs.h.

◆ errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY

#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY   ( -1 )

Definition at line 54 of file projdefs.h.

◆ errQUEUE_BLOCKED

#define errQUEUE_BLOCKED   ( -4 )

Definition at line 55 of file projdefs.h.

◆ errQUEUE_EMPTY

#define errQUEUE_EMPTY   ( ( BaseType_t ) 0 )

Definition at line 50 of file projdefs.h.

◆ errQUEUE_FULL

#define errQUEUE_FULL   ( ( BaseType_t ) 0 )

Definition at line 51 of file projdefs.h.

◆ errQUEUE_YIELD

#define errQUEUE_YIELD   ( -5 )

Definition at line 56 of file projdefs.h.

◆ pdBIG_ENDIAN

#define pdBIG_ENDIAN   pdFREERTOS_BIG_ENDIAN

Definition at line 119 of file projdefs.h.

◆ pdFAIL

#define pdFAIL   ( pdFALSE )

Definition at line 49 of file projdefs.h.

◆ pdFALSE

#define pdFALSE   ( ( BaseType_t ) 0 )

Definition at line 45 of file projdefs.h.

◆ pdFREERTOS_BIG_ENDIAN

#define pdFREERTOS_BIG_ENDIAN   1

Definition at line 115 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EACCES

#define pdFREERTOS_ERRNO_EACCES   13 /* Permission denied */

Definition at line 80 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EADDRINUSE

#define pdFREERTOS_ERRNO_EADDRINUSE   112 /* Address already in use */

Definition at line 101 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EADDRNOTAVAIL

#define pdFREERTOS_ERRNO_EADDRNOTAVAIL   125 /* Address not available */

Definition at line 105 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EAGAIN

#define pdFREERTOS_ERRNO_EAGAIN   11 /* No more processes */

Definition at line 77 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EALREADY

#define pdFREERTOS_ERRNO_EALREADY   120 /* Socket already connected */

Definition at line 104 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EBADE

#define pdFREERTOS_ERRNO_EBADE   50 /* Invalid exchange */

Definition at line 93 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EBADF

#define pdFREERTOS_ERRNO_EBADF   9 /* Bad file number */

Definition at line 76 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EBUSY

#define pdFREERTOS_ERRNO_EBUSY   16 /* Mount device busy */

Definition at line 82 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ECANCELED

#define pdFREERTOS_ERRNO_ECANCELED   140 /* Operation canceled. */

Definition at line 110 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EEXIST

#define pdFREERTOS_ERRNO_EEXIST   17 /* File exists */

Definition at line 83 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EFAULT

#define pdFREERTOS_ERRNO_EFAULT   14 /* Bad address */

Definition at line 81 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EFTYPE

#define pdFREERTOS_ERRNO_EFTYPE   79 /* Inappropriate file type or format */

Definition at line 94 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EILSEQ

#define pdFREERTOS_ERRNO_EILSEQ   138 /* An invalid UTF-16 sequence was encountered. */

Definition at line 109 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EINPROGRESS

#define pdFREERTOS_ERRNO_EINPROGRESS   119 /* Connection already in progress */

Definition at line 103 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EINTR

#define pdFREERTOS_ERRNO_EINTR   4 /* Interrupted system call */

Definition at line 73 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EINVAL

#define pdFREERTOS_ERRNO_EINVAL   22 /* Invalid argument */

Definition at line 88 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EIO

#define pdFREERTOS_ERRNO_EIO   5 /* I/O error */

Definition at line 74 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EISCONN

#define pdFREERTOS_ERRNO_EISCONN   127 /* Socket is already connected */

Definition at line 106 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EISDIR

#define pdFREERTOS_ERRNO_EISDIR   21 /* Is a directory */

Definition at line 87 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENAMETOOLONG

#define pdFREERTOS_ERRNO_ENAMETOOLONG   91 /* File or path name too long */

Definition at line 97 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENMFILE

#define pdFREERTOS_ERRNO_ENMFILE   89 /* No more files */

Definition at line 95 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOBUFS

#define pdFREERTOS_ERRNO_ENOBUFS   105 /* No buffer space available */

Definition at line 99 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENODEV

#define pdFREERTOS_ERRNO_ENODEV   19 /* No such device */

Definition at line 85 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOENT

#define pdFREERTOS_ERRNO_ENOENT   2 /* No such file or directory */

Definition at line 72 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOMEDIUM

#define pdFREERTOS_ERRNO_ENOMEDIUM   135 /* No medium inserted */

Definition at line 108 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOMEM

#define pdFREERTOS_ERRNO_ENOMEM   12 /* Not enough memory */

Definition at line 79 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOPROTOOPT

#define pdFREERTOS_ERRNO_ENOPROTOOPT   109 /* Protocol not available */

Definition at line 100 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOSPC

#define pdFREERTOS_ERRNO_ENOSPC   28 /* No space left on device */

Definition at line 89 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOTCONN

#define pdFREERTOS_ERRNO_ENOTCONN   128 /* Socket is not connected */

Definition at line 107 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOTDIR

#define pdFREERTOS_ERRNO_ENOTDIR   20 /* Not a directory */

Definition at line 86 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENOTEMPTY

#define pdFREERTOS_ERRNO_ENOTEMPTY   90 /* Directory not empty */

Definition at line 96 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ENXIO

#define pdFREERTOS_ERRNO_ENXIO   6 /* No such device or address */

Definition at line 75 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EOPNOTSUPP

#define pdFREERTOS_ERRNO_EOPNOTSUPP   95 /* Operation not supported on transport endpoint */

Definition at line 98 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EROFS

#define pdFREERTOS_ERRNO_EROFS   30 /* Read only file system */

Definition at line 91 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ESPIPE

#define pdFREERTOS_ERRNO_ESPIPE   29 /* Illegal seek */

Definition at line 90 of file projdefs.h.

◆ pdFREERTOS_ERRNO_ETIMEDOUT

#define pdFREERTOS_ERRNO_ETIMEDOUT   116 /* Connection timed out */

Definition at line 102 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EUNATCH

#define pdFREERTOS_ERRNO_EUNATCH   42 /* Protocol driver not attached */

Definition at line 92 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EWOULDBLOCK

#define pdFREERTOS_ERRNO_EWOULDBLOCK   11 /* Operation would block */

Definition at line 78 of file projdefs.h.

◆ pdFREERTOS_ERRNO_EXDEV

#define pdFREERTOS_ERRNO_EXDEV   18 /* Cross-device link */

Definition at line 84 of file projdefs.h.

◆ pdFREERTOS_ERRNO_NONE

#define pdFREERTOS_ERRNO_NONE   0 /* No errors */

Definition at line 71 of file projdefs.h.

◆ pdFREERTOS_LITTLE_ENDIAN

#define pdFREERTOS_LITTLE_ENDIAN   0

Definition at line 114 of file projdefs.h.

◆ pdINTEGRITY_CHECK_VALUE

#define pdINTEGRITY_CHECK_VALUE   0x5a5a5a5aUL

Definition at line 66 of file projdefs.h.

◆ pdLITTLE_ENDIAN

#define pdLITTLE_ENDIAN   pdFREERTOS_LITTLE_ENDIAN

Definition at line 118 of file projdefs.h.

◆ pdMS_TO_TICKS

#define pdMS_TO_TICKS (   xTimeInMs)    ( ( TickType_t ) ( ( ( TickType_t ) ( xTimeInMs ) * ( TickType_t ) configTICK_RATE_HZ ) / ( TickType_t ) 1000 ) )

Definition at line 42 of file projdefs.h.

◆ pdPASS

#define pdPASS   ( pdTRUE )

Definition at line 48 of file projdefs.h.

◆ pdTRUE

#define pdTRUE   ( ( BaseType_t ) 1 )

Definition at line 46 of file projdefs.h.

Typedef Documentation

◆ TaskFunction_t

typedef void(* TaskFunction_t) (void *)

Definition at line 36 of file projdefs.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:59