STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Typedefs
projdefs.h File Reference

Go to the source code of this file.

Macros

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

Typedefs

typedef void(* TaskFunction_t) (void *)
 

Macro Definition Documentation

#define configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES   0

Definition at line 97 of file projdefs.h.

#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY   ( -1 )

Definition at line 91 of file projdefs.h.

#define errQUEUE_BLOCKED   ( -4 )

Definition at line 92 of file projdefs.h.

#define errQUEUE_EMPTY   ( ( BaseType_t ) 0 )

Definition at line 87 of file projdefs.h.

#define errQUEUE_FULL   ( ( BaseType_t ) 0 )

Definition at line 88 of file projdefs.h.

#define errQUEUE_YIELD   ( -5 )

Definition at line 93 of file projdefs.h.

#define pdFAIL   ( pdFALSE )

Definition at line 86 of file projdefs.h.

#define pdFALSE   ( ( BaseType_t ) 0 )

Definition at line 82 of file projdefs.h.

#define pdFREERTOS_BIG_ENDIAN   1

Definition at line 151 of file projdefs.h.

#define pdFREERTOS_ERRNO_EACCES   13 /* Permission denied */

Definition at line 116 of file projdefs.h.

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

Definition at line 137 of file projdefs.h.

#define pdFREERTOS_ERRNO_EADDRNOTAVAIL   125 /* Address not available */

Definition at line 141 of file projdefs.h.

#define pdFREERTOS_ERRNO_EAGAIN   11 /* No more processes */

Definition at line 113 of file projdefs.h.

#define pdFREERTOS_ERRNO_EALREADY   120 /* Socket already connected */

Definition at line 140 of file projdefs.h.

#define pdFREERTOS_ERRNO_EBADE   50 /* Invalid exchange */

Definition at line 129 of file projdefs.h.

#define pdFREERTOS_ERRNO_EBADF   9 /* Bad file number */

Definition at line 112 of file projdefs.h.

#define pdFREERTOS_ERRNO_EBUSY   16 /* Mount device busy */

Definition at line 118 of file projdefs.h.

#define pdFREERTOS_ERRNO_ECANCELED   140 /* Operation canceled. */

Definition at line 146 of file projdefs.h.

#define pdFREERTOS_ERRNO_EEXIST   17 /* File exists */

Definition at line 119 of file projdefs.h.

#define pdFREERTOS_ERRNO_EFAULT   14 /* Bad address */

Definition at line 117 of file projdefs.h.

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

Definition at line 130 of file projdefs.h.

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

Definition at line 145 of file projdefs.h.

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

Definition at line 139 of file projdefs.h.

#define pdFREERTOS_ERRNO_EINVAL   22 /* Invalid argument */

Definition at line 124 of file projdefs.h.

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

Definition at line 110 of file projdefs.h.

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

Definition at line 142 of file projdefs.h.

#define pdFREERTOS_ERRNO_EISDIR   21 /* Is a directory */

Definition at line 123 of file projdefs.h.

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

Definition at line 133 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENMFILE   89 /* No more files */

Definition at line 131 of file projdefs.h.

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

Definition at line 135 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENODEV   19 /* No such device */

Definition at line 121 of file projdefs.h.

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

Definition at line 109 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENOMEDIUM   135 /* No medium inserted */

Definition at line 144 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENOMEM   12 /* Not enough memory */

Definition at line 115 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENOPROTOOPT   109 /* Protocol not available */

Definition at line 136 of file projdefs.h.

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

Definition at line 125 of file projdefs.h.

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

Definition at line 143 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENOTDIR   20 /* Not a directory */

Definition at line 122 of file projdefs.h.

#define pdFREERTOS_ERRNO_ENOTEMPTY   90 /* Directory not empty */

Definition at line 132 of file projdefs.h.

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

Definition at line 111 of file projdefs.h.

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

Definition at line 134 of file projdefs.h.

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

Definition at line 127 of file projdefs.h.

#define pdFREERTOS_ERRNO_ESPIPE   29 /* Illegal seek */

Definition at line 126 of file projdefs.h.

#define pdFREERTOS_ERRNO_ETIMEDOUT   116 /* Connection timed out */

Definition at line 138 of file projdefs.h.

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

Definition at line 128 of file projdefs.h.

#define pdFREERTOS_ERRNO_EWOULDBLOCK   11 /* Operation would block */

Definition at line 114 of file projdefs.h.

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

Definition at line 120 of file projdefs.h.

#define pdFREERTOS_ERRNO_NONE   0 /* No errors */

Definition at line 108 of file projdefs.h.

#define pdFREERTOS_LITTLE_ENDIAN   0

Definition at line 150 of file projdefs.h.

#define pdINTEGRITY_CHECK_VALUE   0x5a5a5a5aUL

Definition at line 103 of file projdefs.h.

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

Definition at line 80 of file projdefs.h.

#define pdPASS   ( pdTRUE )

Definition at line 85 of file projdefs.h.

#define pdTRUE   ( ( BaseType_t ) 1 )

Definition at line 83 of file projdefs.h.

Typedef Documentation

typedef void(* TaskFunction_t) (void *)

Definition at line 77 of file projdefs.h.