Those numbers with [ ae2f_err_t ] will be the state. More...
#include "./c90/StdInt.h"Go to the source code of this file.
Macros | |
| #define | ae2f_errGlobNormalised(n) |
| Check if the state code is a critical error. | |
Typedefs | |
| typedef uint_least8_t | ae2f_err_t |
| Least integer type to store the error value. | |
Enumerations | |
| enum | ae2f_errGlob { ae2f_errGlob_OK = 0 , ae2f_errGlob_IMP_NOT_FOUND = 1 , ae2f_errGlob_PTR_IS_NULL = 2 , ae2f_errGlob_FLUSH_FAILED = 4 , ae2f_errGlob_ALLOC_FAILED = 8 , ae2f_errGlob_WRONG_OPERATION = 16 , ae2f_errGlob_NFOUND = 32 , ae2f_errGlob_DONE_HOWEV = 64 , ae2f_errGlob_ } |
Those numbers with [ ae2f_err_t ] will be the state.
Definition in file errGlob.h.
| #define ae2f_errGlobNormalised | ( | n | ) |
Check if the state code is a critical error.
| n | {ae2f_err_t} Error code |
| typedef uint_least8_t ae2f_err_t |
Least integer type to store the error value.
| enum ae2f_errGlob |