User`s guide
High-Speed Simultaneous Transfer
Target Library Interface
278
Targeting MC56F83xx/DSP5685x Controllers
return 0;
}
Target Library Interface
This section describes the API calls for using High-Speed Simultaneous Transfer
(HSST) from your target application.
At the end of this section, an example of a HSST target program is given (Listing 9.2
).
HSST_open
A target application uses this function to open a bidirectional communication channel
with the host. The default setting is for the function to open an output channel in
buffered mode. Opening a channel that has already been opened will result in the same
channel ID being returned.
Prototype
HSST_STREAM* HSST_open ( const char *stream );
Parameters
stream
Passes the communication channel name.
Returns
The stream associated with the opened channel.
HSST_close
A target application uses this function to close a communication channel with the host.