User`s guide
Real-Time Data Exchange
Instrumentation 3-43
3.7.7 Sending Data From Target to Host or Host to Target
The user library interface provides the data types and functions for:
❏ Sending data from the target to the host
❏ Sending data from the host to the target
The following data types and functions are defined in the header file rtdx.h.
They are available via DSP/BIOS or standalone.
❏ Declaration Macros
■ RTDX_CreateInputChannel
■ RTDX_CreateOutputChannel
❏ Functions
■ RTDX_channelBusy
■ RTDX_disableInput
■ RTDX_disableOutput
■ RTDX_enableOutput
■ RTDX_enableInput
■ RTDX_read
■ RTDX_readNB
■ RTDX_sizeofInput
■ RTDX_write
❏ Macros
■ RTDX_isInputEnabled
■ RTDX_isOutputEnabled
See the TMS320 DSP/BIOS API Reference Guide for your platform for
detailed descriptions of all RTDX functions.










