PIT2_CONTROL (PMU_IOMODULE) Register Description
| Register Name | PIT2_CONTROL |
|---|---|
| Offset Address | 0x0000000068 |
| Absolute Address | 0x00FFD40068 (PMU_IOMODULE) |
| Width | 32 |
| Type | mixedMixed types. See bit-field details. |
| Reset Value | 0x00000000 |
| Description | PIT2 Control Register |
The EN bit in this register enables/disables counting. The PRELOAD bit determines if the counting is continuous with automatic reload of the PIT2_PRELOAD value when lapsing (PIT2_COUNTER = 0) or if the counting is stopped after counting the number of cycles defined in PIT2_PRELOAD.
PIT2_CONTROL (PMU_IOMODULE) Register Bit-Field Summary
| Field Name | Bits | Type | Reset Value | Description |
|---|---|---|---|---|
| Reserved | 31:2 | razRead as zero | 0x0 | reserved |
| PRELOAD | 1 | woWrite-only | 0x0 | 0 = Counter counts PIT2_PRELOAD value cycles and then stops 1 = Counter value is automatically reloaded with the PIT2_PRELOAD value when counter lapses |
| EN | 0 | woWrite-only | 0x0 | 0 = Counter Disabled 1 = Counter Enabled |