Converts the src value from the TX board native format to the host format.
#include txcpi.h
U32 cpi_cptoh_l ( U32 src)
Argument |
Description |
src |
Value in TX native format to be converted. |
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.