|
sarmfsw: SMFSW Toolbox (desinged for ARM / compatible with other 8b/16b/32b platforms) 4.0rc
SMFSW collection of miscellaneous functions \& macros (desinged for ARM / compatible with other 8b/16b/32b platforms)
|
BCD code conversion inlines. More...
#include <stdlib.h>

Functions | |
| DWORD | HexToBCD (const DWORD hex) |
| Converts hexadecimal value to BCD. | |
| DWORD | BCDToHex (const DWORD bcd) |
| Converts BCD value to hexadecimal. | |
BCD code conversion inlines.
Converts BCD value to hexadecimal.
| [in] | bcd | - BCD value to convert |