Global error code definitions. More...
Macros | |
#define | NPMX_ERROR_BASE_NUM 0x2BAD0000 |
Base number of error codes. | |
Enumerations | |
enum | npmx_error_t { NPMX_SUCCESS = ( 0x2BAD0000 + 0) , NPMX_ERROR_INVALID_PARAM = ( 0x2BAD0000 + 1) , NPMX_ERROR_IO = ( 0x2BAD0000 + 2) , NPMX_ERROR_INVALID_MEAS = ( 0x2BAD0000 + 3) } |
Enumerated type for error codes. More... | |
Global error code definitions.
enum npmx_error_t |