cpi_cptoh_s

Converts the src value from the TX board native format to the host format.

Prototype

#include txcpi.h

U16 cpi_cptoh_s ( U16 src)

Argument

Description

src

Value in TX native format to be converted.


Details

The value of src is converted to the host 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.