npmx  1.0.0
 
Loading...
Searching...
No Matches
Global Error Codes

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...
 

Detailed Description

Global error code definitions.

Enumeration Type Documentation

◆ npmx_error_t

Enumerated type for error codes.

Enumerator
NPMX_SUCCESS 

Operation performed successfully.

NPMX_ERROR_INVALID_PARAM 

Invalid parameter.

NPMX_ERROR_IO 

Error using IO bus line.

NPMX_ERROR_INVALID_MEAS 

Invalid measurement.