#define | DSP_DEBUG_BUFFER_SIZE 256 |
For internal computations only. More... | |
char | dsp_debug_buffer [DSP_DEBUG_BUFFER_SIZE] |
Shared buffer to store temporary data. More... | |
int | dsp_debug_sprint_fct (char **out, char *str) |
Print a string inside a buffer. More... | |
#define DSP_DEBUG_BUFFER_SIZE 256 |
For internal computations only.
The size of the temporary buffer
int dsp_debug_sprint_fct | ( | char ** | out, |
char * | str | ||
) |
Print a string inside a buffer.
Referenced by dsp_debug_sprint(), and dsp_debug_sprint_after_radix().
char dsp_debug_buffer[DSP_DEBUG_BUFFER_SIZE] |
Shared buffer to store temporary data.
Referenced by dsp16_debug_printf(), dsp32_debug_printf(), dsp_debug_print(), dsp_debug_print_ui(), and dsp_debug_read_ui().