#define bcd2dec ( _bcd,
_result   )     __bcd2dec(_bcd, _result)

Convert from BCD to decimal Return the decimal equivalent of the binary coded decimal value provided.

Parameters:
_bcd The value you want to convert from bcd to decimal.
_result The decimal equivalent of the binary coded decimal byte.

Generated by  doxygen 1.6.2