34.5.2 DATA

The DACn.DATAL and DACn.DATAH register pair represents the 10-bit value DACn.DATA in the following way:
  • DACn.DATA[9:2] = DACn.DATAH (can be accessed at offset + 0x01)
  • DACn.DATA[1:0] = DACn.DATAL (can be accessed at original offset)

The output will be updated after DACn.DATAH is written.

Name: DATA
Offset: 0x02
Reset: 0x00
Property: -

Bit 15141312111098 
 DATA[9:2] 
Access R/WR/WR/WR/WR/WR/WR/WR/W 
Reset 00000000 
Bit 76543210 
 DATA[1:0]       
Access R/WR/W 
Reset 00 

Bits 15:6 – DATA[9:0]

These bits contain the digital data that the DAC peripheral will convert to an analog value and send to the DAC output.