esp_apptrace_fread() function
Read file on host. This function has the same semantic as 'fread' except for the first argument.
Arguments
dest
Indicates HW interface to use.
ptr
Address to store read data.
nmemb
Number of items to read.
stream
File handle returned by esp_apptrace_fopen.
Return value
Number of read items. See fread for details.