esp_apptrace_down_buffer_config() function
Configures down buffer.
Syntax
void esp_apptrace_down_buffer_config(uint8_t *buf,
uint32_t size);
Arguments
buf
Address of buffer to use for down channel (host to target) data.
Notes
Needs to be called before attempting to receive any data using esp_apptrace_down_buffer_get and esp_apptrace_read. This function does not protect internal data by lock.
esp_apptrace_down_buffer_config() is called by 2 functions and calls 5 functions:
![]()
esp_apptrace_down_buffer_config()
esp_apptrace_down_buffer_config() reads 9 variables:
![]()
esp_apptrace_down_buffer_config()