ECE 486 Support Libraries
|
Modules | |
ECE 486/Discovery Error Codes | |
Error Handling Functions | |
Macros | |
#define | ERRORBUFLEN 100 |
Number of errors to record in a circular buffer. More... | |
Variables | |
int | errorbuf [] |
Circular buffer to store the most recent error codes. More... | |
int | erroridx |
Index of the NEXT error to be written into the errorbuf array. More... | |
#define ERRORBUFLEN 100 |
int errorbuf[] |