cpi_htocp_l

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

Prototype

#include txcpi.h

U32 cpi_htocp_l ( U32 src)

Argument

Description

src

Value in host native format to be converted.


Details

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.