Home
last modified time | relevance | path

Searched refs:act_sz (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/
Dapp_trace.c170 uint32_t act_sz = *size; in esp_apptrace_read() local
172 uint8_t * ptr = ch->hw->get_down_buffer(ch->hw_data, &act_sz, &tmo); in esp_apptrace_read()
173 if (ptr && act_sz > 0) { in esp_apptrace_read()
174 ESP_APPTRACE_LOGD("Read %d bytes from host", act_sz); in esp_apptrace_read()
175 memcpy(buf, ptr, act_sz); in esp_apptrace_read()
177 *size = act_sz; in esp_apptrace_read()