29.9.6 TUxyCR (16-bit)

Timer Capture Register for 16-bit version of UTMR module. This register can only be addressed when RDSEL = 0.
Note:
  1. Writing to this register is not recommended and may result in unexplained behavior.
  2. The captured value is updated at Stop or when software sets CAPT = 1, regardless of the RDSEL value. Refer to Timer Counter and Capture Registers for details.
  3. The individual bytes in this multibyte register can be accessed with the following register names:
    • TUxyCRH: Accesses the high byte TUxyCR[15:8]
    • TUxyCRL: Accesses the low byte TUxyCR[7:0]
Name: TU16yCR
Address: 0x130,0x13E

Bit 15141312111098 
 CR[15:8] 
Access RRRRRRRR 
Reset 00000000 
Bit 76543210 
 CR[7:0] 
Access RRRRRRRR 
Reset 00000000 

Bits 15:0 – CR[15:0] Timer capture value

Reset States: 
POR/BOR = 0000000000000000
All Other Resets = uuuuuuuuuuuuuuuu
NameDescription
RDSEL = 1 Reserved. Do not use.
RDSEL = 0 The value captured by the most-recent Stop or Capture event is returned (read-only)
Writing to this register is not recommended and may result in unexplained behavior. The captured value is updated at Stop or when software sets CAPT = 1, regardless of the RDSEL value. Refer to Timer Counter and Capture Registers for details. The individual bytes in this multibyte register can be accessed with the following register names: TUxyCRH: Accesses the high byte TUxyCR[15:8] TUxyCRL: Accesses the low byte TUxyCR[7:0]