Searched refs:rd_size (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-2.7.6/components/app_trace/ |
D | host_file_io.c | 122 uint32_t rd_size = buf_len - tot_rd; in esp_apptrace_file_rsp_recv() local 123 …esp_err_t ret = esp_apptrace_read(dest, buf + tot_rd, &rd_size, ESP_APPTRACE_TMO_INFINITE); //TODO… in esp_apptrace_file_rsp_recv() 128 ESP_EARLY_LOGV(TAG, "%s read %d bytes", __FUNCTION__, rd_size); in esp_apptrace_file_rsp_recv() 129 tot_rd += rd_size; in esp_apptrace_file_rsp_recv()
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | i2c_hal.h | 55 #define i2c_hal_read_rxfifo(hal,buf,rd_size) i2c_ll_read_rxfifo((hal)->dev,buf,rd_size) argument
|