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... | |
#define LD_LENGTH_TOO_SHORT (0x02U) |
Read configuration failed.
The configuration size is greater than the length.
#define LD_SET_OK (0x01U) |
Set configuration completed.
#define LD_LENGTH_NOT_CORRECT (0x02U) |
Set configuration failed.
The required configuration size is not equal to the given length.
#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.