Searched refs:act_sz (Results 1 – 1 of 1) sorted by relevance
170 uint32_t act_sz = *size; in esp_apptrace_read() local172 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()