ECE 486 Support Libraries
ECE 486/Discovery Error Codes

Macros

#define SAMPLE_OVERRUN   2
 ADC buffer filled before the user serviced the buffer. More...
 
#define MEMORY_ALLOCATION_ERROR   3
 malloc() or calloc() returned NULL More...
 
#define DAC_CONFIG_ERROR   4
 
#define ADC_CONFIG_ERROR   5
 
#define SETBLOCKSIZE_ERROR   6
 setblocksize() must be called BEFORE initialize() More...
 
#define UART_CONFIG_ERROR   7
 
#define CLOCK_CONFIG_ERROR   8
 

Detailed Description

Macro Definition Documentation

#define ADC_CONFIG_ERROR   5

Definition at line 60 of file err486.h.

#define CLOCK_CONFIG_ERROR   8

Definition at line 63 of file err486.h.

#define DAC_CONFIG_ERROR   4

Definition at line 59 of file err486.h.

#define MEMORY_ALLOCATION_ERROR   3

malloc() or calloc() returned NULL

Definition at line 58 of file err486.h.

#define SAMPLE_OVERRUN   2

ADC buffer filled before the user serviced the buffer.

Definition at line 57 of file err486.h.

#define SETBLOCKSIZE_ERROR   6

setblocksize() must be called BEFORE initialize()

Definition at line 61 of file err486.h.

#define UART_CONFIG_ERROR   7

Definition at line 62 of file err486.h.