Each channel of the DAC has a 16-bit data register where the user writes the data they wish to convert. Since the RX MCU has a 10-bit DAC, the data is aligned in the register. The RX DAC provides the option of having the data right aligned or left aligned. The padded bits are always read as zero. Therefore, when reading the values there is no need to mask off the unused bits.