LIN Middleware
Node Configuration Status

General Description

Macros

#define LD_READ_OK   (0x01U)
 Read configuration completed.
 
#define LD_LENGTH_TOO_SHORT   (0x02U)
 Read configuration failed. More...
 
#define LD_SET_OK   (0x01U)
 Set configuration completed. More...
 
#define LD_LENGTH_NOT_CORRECT   (0x02U)
 Set configuration failed. More...
 
#define LD_DATA_ERROR   (0x04U)
 Set of configuration could not be set. More...
 

Macro Definition Documentation

◆ LD_LENGTH_TOO_SHORT

#define LD_LENGTH_TOO_SHORT   (0x02U)

Read configuration failed.

The configuration size is greater than the length.

◆ LD_SET_OK

#define LD_SET_OK   (0x01U)

Set configuration completed.

◆ LD_LENGTH_NOT_CORRECT

#define LD_LENGTH_NOT_CORRECT   (0x02U)

Set configuration failed.

The required configuration size is not equal to the given length.

◆ LD_DATA_ERROR

#define LD_DATA_ERROR   (0x04U)

Set of configuration could not be set.

An error occurred while setting the configuration and the read back configuration settings do not match the required settings.