Changes between Version 14 and Version 15 of Component/Vci Xicu


Ignore:
Timestamp:
Oct 31, 2010, 10:40:03 PM (14 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xicu

    v14 v15  
    6868'''PTI_PER[PTI_INDEX] : Programmable Timer Period Register'''
    6969
    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. Setting this register to 0 when there is a pending interrupt clears it without need to read PTI_ACK[PTI_INDEX].
    71  * On write : Resets the period of TIMER[PTI_INDEX]. If the timer is currently running, the corresponding timer counter is not reset.
     70This 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 it without need to read PTI_ACK[PTI_INDEX]. If the written value is non-zero, and the timer is currently
     71running, the corresponding timer counter is not reset.
     72 * On write : Resets the period of TIMER[PTI_INDEX].
    7273 * On read : Gets the period of TIMER[PTI_INDEX].
    7374