CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
Return Codes

Return codes for driver functions. Negative values indicate errors. More...

Macros

#define VSTREAM_OK   (0)
 Operation succeeded.
 
#define VSTREAM_ERROR   (-1)
 Unspecified error.
 
#define VSTREAM_ERROR_PARAMETER   (-2)
 Parameter error.
 

Description

Return codes for driver functions. Negative values indicate errors.

Macro Definition Documentation

◆ VSTREAM_OK

#define VSTREAM_OK   (0)

Operation succeeded.

◆ VSTREAM_ERROR

#define VSTREAM_ERROR   (-1)

Unspecified error.

◆ VSTREAM_ERROR_PARAMETER

#define VSTREAM_ERROR_PARAMETER   (-2)

Parameter error.