Synopsis
#include <__armlib.h>
void __ARMLIB_commTX(unsigned long n);
Description

__ARMLIB_commTX transmits the word of data n down the ARM's debug communications channel. This function will block until the operation is complete.

Portability

__ARMLIB_commTX is an ARM specific extension provided by CrossWorks C.

See also

__ARMLIB_commRX