ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
dsp_err_codes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DSP_OK   0
#define ESP_ERR_DSP_BASE   0x70000
#define ESP_ERR_DSP_INVALID_LENGTH   (ESP_ERR_DSP_BASE + 1)
#define ESP_ERR_DSP_INVALID_PARAM   (ESP_ERR_DSP_BASE + 2)
#define ESP_ERR_DSP_PARAM_OUTOFRANGE   (ESP_ERR_DSP_BASE + 3)
#define ESP_ERR_DSP_UNINITIALIZED   (ESP_ERR_DSP_BASE + 4)
#define ESP_ERR_DSP_REINITIALIZED   (ESP_ERR_DSP_BASE + 5)
#define ESP_ERR_DSP_ARRAY_NOT_ALIGNED   (ESP_ERR_DSP_BASE + 6)

Macro Definition Documentation

◆ DSP_OK

#define DSP_OK   0

Definition at line 18 of file dsp_err_codes.h.

◆ ESP_ERR_DSP_ARRAY_NOT_ALIGNED

#define ESP_ERR_DSP_ARRAY_NOT_ALIGNED   (ESP_ERR_DSP_BASE + 6)

◆ ESP_ERR_DSP_BASE

#define ESP_ERR_DSP_BASE   0x70000

Definition at line 19 of file dsp_err_codes.h.

◆ ESP_ERR_DSP_INVALID_LENGTH

◆ ESP_ERR_DSP_INVALID_PARAM

◆ ESP_ERR_DSP_PARAM_OUTOFRANGE

◆ ESP_ERR_DSP_REINITIALIZED

#define ESP_ERR_DSP_REINITIALIZED   (ESP_ERR_DSP_BASE + 5)

◆ ESP_ERR_DSP_UNINITIALIZED