User`s guide

High-Speed Simultaneous Transfer
Target Library Interface
283Targeting MC56F83xx/DSP5685x Controllers
HSST_raw_read
A target application uses this function to read raw data from a communication channel
(without any automatic conversion for endianness while communicating).
Prototype
size_t HSST_raw_read (
void *ptr,
size_t length,
HSST_STREAM *rs );
Parameters
ptr
Specifies the pointer that points to the buffer into which data is read.
length
Specifies the size of the buffer in bytes.
rs
Specifies a pointer to the communication channel.
Returns
The number of bytes of raw data read.
NOTE
This function is useful for sending data structures (e.g., C-type
structures).
HSST_raw_write
A target application uses this function to write raw data to a communication channel
(without any automatic conversion for endianness while communicating).