xWRL1432 MMWAVE-L-SDK  05.03.00
rangeProc DPU Error Codes

Introduction

The section has a list of all the error codes which are generated by the sampleProc DPU.

Base error code for the rangeProc DPU is defined in the dp_error.h

Macros

#define DPU_RANGEPROCHWA_EINVAL   (DP_ERRNO_RANGE_PROC_BASE-1)
 Error Code: Invalid argument. More...
 
#define DPU_RANGEPROCHWA_ENOMEM   (DP_ERRNO_RANGE_PROC_BASE-2)
 Error Code: Out of memory. More...
 
#define DPU_RANGEPROCHWA_EINTERNAL   (DP_ERRNO_RANGE_PROC_BASE-3)
 Error Code: Internal error. More...
 
#define DPU_RANGEPROCHWA_ENOTIMPL   (DP_ERRNO_RANGE_PROC_BASE-4)
 Error Code: Not implemented. More...
 
#define DPU_RANGEPROCHWA_EINPROGRESS   (DP_ERRNO_RANGE_PROC_BASE-5)
 Error Code: In Progress. More...
 
#define DPU_RANGEPROCHWA_ECMD   (DP_ERRNO_RANGE_PROC_BASE-6)
 Error Code: Invalid control command. More...
 
#define DPU_RANGEPROCHWA_ESEMA   (DP_ERRNO_RANGE_PROC_BASE-7)
 Error Code: Semaphore error. More...
 
#define DPU_RANGEPROCHWA_EDCREMOVAL   (DP_ERRNO_RANGE_PROC_BASE-8)
 Error Code: DC range signal removal configuration error. More...
 
#define DPU_RANGEPROCHWA_EADCBUF_INTF   (DP_ERRNO_RANGE_PROC_BASE-9)
 Error Code: ADCBuf data interface configuration error. More...
 
#define DPU_RANGEPROCHWA_ERADARCUBE_INTF   (DP_ERRNO_RANGE_PROC_BASE-10)
 Error Code: ADCBuf data interface configuration error. More...
 
#define DPU_RANGEPROCHWA_EWINDOW   (DP_ERRNO_RANGE_PROC_BASE-11)
 Error Code: HWA windowing configuration error. More...
 
#define DPU_RANGEPROCHWA_EBUTTERFLYSCALE   (DP_ERRNO_RANGE_PROC_BASE-12)
 Error Code: Incorrect number of butterfly stages specified for scaling. More...
 
#define DPU_RANGEPROCHWA_EEDMA_ERROR   (DP_ERRNO_RANGE_PROC_BASE-13)
 Error Code: Incorrect number of butterfly stages specified for scaling. More...
 

Macro Definition Documentation

◆ DPU_RANGEPROCHWA_EINVAL

#define DPU_RANGEPROCHWA_EINVAL   (DP_ERRNO_RANGE_PROC_BASE-1)

Error Code: Invalid argument.

◆ DPU_RANGEPROCHWA_ENOMEM

#define DPU_RANGEPROCHWA_ENOMEM   (DP_ERRNO_RANGE_PROC_BASE-2)

Error Code: Out of memory.

◆ DPU_RANGEPROCHWA_EINTERNAL

#define DPU_RANGEPROCHWA_EINTERNAL   (DP_ERRNO_RANGE_PROC_BASE-3)

Error Code: Internal error.

◆ DPU_RANGEPROCHWA_ENOTIMPL

#define DPU_RANGEPROCHWA_ENOTIMPL   (DP_ERRNO_RANGE_PROC_BASE-4)

Error Code: Not implemented.

◆ DPU_RANGEPROCHWA_EINPROGRESS

#define DPU_RANGEPROCHWA_EINPROGRESS   (DP_ERRNO_RANGE_PROC_BASE-5)

Error Code: In Progress.

◆ DPU_RANGEPROCHWA_ECMD

#define DPU_RANGEPROCHWA_ECMD   (DP_ERRNO_RANGE_PROC_BASE-6)

Error Code: Invalid control command.

◆ DPU_RANGEPROCHWA_ESEMA

#define DPU_RANGEPROCHWA_ESEMA   (DP_ERRNO_RANGE_PROC_BASE-7)

Error Code: Semaphore error.

◆ DPU_RANGEPROCHWA_EDCREMOVAL

#define DPU_RANGEPROCHWA_EDCREMOVAL   (DP_ERRNO_RANGE_PROC_BASE-8)

Error Code: DC range signal removal configuration error.

◆ DPU_RANGEPROCHWA_EADCBUF_INTF

#define DPU_RANGEPROCHWA_EADCBUF_INTF   (DP_ERRNO_RANGE_PROC_BASE-9)

Error Code: ADCBuf data interface configuration error.

◆ DPU_RANGEPROCHWA_ERADARCUBE_INTF

#define DPU_RANGEPROCHWA_ERADARCUBE_INTF   (DP_ERRNO_RANGE_PROC_BASE-10)

Error Code: ADCBuf data interface configuration error.

◆ DPU_RANGEPROCHWA_EWINDOW

#define DPU_RANGEPROCHWA_EWINDOW   (DP_ERRNO_RANGE_PROC_BASE-11)

Error Code: HWA windowing configuration error.

◆ DPU_RANGEPROCHWA_EBUTTERFLYSCALE

#define DPU_RANGEPROCHWA_EBUTTERFLYSCALE   (DP_ERRNO_RANGE_PROC_BASE-12)

Error Code: Incorrect number of butterfly stages specified for scaling.

◆ DPU_RANGEPROCHWA_EEDMA_ERROR

#define DPU_RANGEPROCHWA_EEDMA_ERROR   (DP_ERRNO_RANGE_PROC_BASE-13)

Error Code: Incorrect number of butterfly stages specified for scaling.