nanolr 2.0.0.0
Execution status byte

Macros

#define NANOLR_SUCCESS   0x00
 
#define NANOLR_GENERIC_ERROR   0x01
 
#define NANOLR_PARAM_NOT_ACCEPTED   0x02
 
#define NANOLR_OPERATION_TIMEOUT   0x03
 
#define NANOLR_NO_MEMORY   0x04
 
#define NANOLR_UNSUPPORTED   0x05
 
#define NANOLR_BUSY   0x06
 

Detailed Description

Macro Definition Documentation

◆ NANOLR_BUSY

#define NANOLR_BUSY   0x06

◆ NANOLR_GENERIC_ERROR

#define NANOLR_GENERIC_ERROR   0x01

◆ NANOLR_NO_MEMORY

#define NANOLR_NO_MEMORY   0x04

◆ NANOLR_OPERATION_TIMEOUT

#define NANOLR_OPERATION_TIMEOUT   0x03

◆ NANOLR_PARAM_NOT_ACCEPTED

#define NANOLR_PARAM_NOT_ACCEPTED   0x02

◆ NANOLR_SUCCESS

#define NANOLR_SUCCESS   0x00

◆ NANOLR_UNSUPPORTED

#define NANOLR_UNSUPPORTED   0x05