Download User's Guide DCAM Framecapture Development Kit

Transcript
USER’S GUIDE
DCAM FRAME CAPTURE DEVELOPMENT KIT
Date
: 28 August 2006
Doc. no. : DCAM_FC_DevKit_UG
Iss./Rev : 1.20
Page
: 36
return value
none
6.4.11 DebugOutUDwordDec
Converts an unsigned 32-bit number into a string of 10 characters and puts the string into the
debug transmit buffer. This is a macro that calls the functions DecUnsignedDword2Ascii and
DebugPuts.
defined in
debug.h
synopsis
void DebugOutUDwordDec(INT32U digit);
parameters
digit
number to convert and put to the debug interface
return value
none
6.4.12 DebugOutUNibbleDec
Converts an unsigned 4-bit number into a string of two characters and puts the string into the
debug transmit buffer. This is a macro that calls the functions DecUNibble2Ascii and DebugPuts.
defined in
debug.h
synopsis
void DebugOutUNibbleDec(INT8U digit);
parameters
digit
number to convert and put to the debug interface
return value
none
6.4.13 DebugOutUWordDec
Converts an unsigned 16-bit number into a string of 5 characters and puts the string into the debug
transmit buffer. This is a macro that calls the functions DecUnsignedWord2Ascii and DebugPuts.
defined in
debug.h
synopsis
void DebugOutUWordDec(INT16U digit);
parameters
digit
number to convert and put to the debug interface