Changes between Version 15 and Version 16 of Component/Vci Xicu
- Timestamp:
- Oct 31, 2010, 10:42:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xicu
v15 v16 68 68 '''PTI_PER[PTI_INDEX] : Programmable Timer Period Register''' 69 69 70 This register contains the reset value for TIMER[PTI_INDEX] when it wraps to 0. If this register is set to 0, the corresponding timer is disabled and no interrupt is ever raised. If there is a pending interrupt clears itwithout need to read PTI_ACK[PTI_INDEX]. If the written value is non-zero, and the timer is currently70 This register contains the reset value for TIMER[PTI_INDEX] when it wraps to 0. If this register is set to 0, the corresponding timer is disabled and no interrupt is ever raised. If there is a pending interrupt, it is cleared, without need to read PTI_ACK[PTI_INDEX]. If the written value is non-zero, and the timer is currently 71 71 running, the corresponding timer counter is not reset. 72 72 * On write : Resets the period of TIMER[PTI_INDEX].