Converts the src value from the host format to the TX board native format.
#include txcpi.h
U16 cpi_htocp_s ( U16 src)
Argument |
Description |
src |
Value in host native format to be converted. |
The value of src is converted to the TX board format and placed in the return value.
Note: This function performs no operation on a host system that uses the same native format as the TX board (TX boards use the Motorola native format). However, for code portability, you should always use the conversion functions, even with host systems that are already in Motorola format.