User`s guide
High-Speed Simultaneous Transfer
Target Library Interface
284
Targeting MC56F83xx/DSP5685x Controllers
Prototype
size_t HSST_raw_write (
void *ptr,
size_t length,
HSST_STREAM *rs );
Parameters
ptr
Specifies the pointer that points to the buffer that holds the data to write.
length
Specifies the size of the buffer in bytes.
rs
Specifies a pointer to the communication channel.
Returns
The number of data elements written.
NOTE
This function is useful for sending data structures (e.g., C-type
structures).
HSST_set_log_dir
A target application uses this function to set the host-side directory for storing
temporary log files. Old logs that existed prior to the call to
HSST_set_log_dir() are over-written. Logging stops when the channel is
closed or when HSST_set_log_dir() is called with a null argument. These logs
can be used by the host-side function HSST_set_log_dir.
Prototype
int HSST_set_log_dir (
HSST_STREAM *stream,
char *dir_name );