The data type WORD_BCD (binary-coded decimal) only occurs in the conversion functions WORD_BCD_TO_INT and WORD_BCD_TO_UINT. These conversion functions use variables of the type WORD, which are interpreted as BCD numbers, e.g. the decimal number 654 is interpreted as the hexadecimal number 16#0654.