|
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)
|
Gray code conversion inlines. More...

Functions | |
| DWORD | bin2gray (const DWORD bin) |
| Convert binary value to gray code. | |
| DWORD | gray2bin (const DWORD gray) |
| Convert gray code to binary value. | |
Gray code conversion inlines.
Convert binary value to gray code.
| [in] | bin | - binary value |