Defines |
#define | PKTLIB_EINVAL -1 |
| The error code indicates an invalid argument was passed to the API.
|
#define | PKLIB_EMAXHEAPLIMIT -2 |
| This error code implies that there the MAX heap limit was exceeded.
|
#define | PKLIB_ERESOURCE -3 |
| This error code implies that there was a resource error.
|
#define | PKTLIB_EPERM -4 |
| This error code implies that the MPU was not configured to allow the PKTLIB to write to use the QMSS threshold functionality.
|
#define | PKTLIB_ENOMEM -5 |
| This error code implies that an OUT of memory error was detected.
|
#define | PKTLIB_EDATABUFFER_MISMATCH -6 |
| The error code implies that the number of data buffers packets in the heap is NOT the same as the number of the data buffer packets with which the heap was created. This error is returned during heap deletion.
|
#define | PKTLIB_EZEROBUFFER_MISMATCH -7 |
| The error code implies that the number of zero buffers packets in the heap is NOT the same as the number of the zero buffer packets with which the heap was created. This error is returned during heap deletion.
|