| |||
| Home > Cortex-M0+ Peripherals > System timer, SysTick > SysTick Control and Status Register | |||
The SYST_CSR enables the SysTick features. See the register summary in Table 4.19 for its attributes. The bit assignments are:
Table 4.20. SYST_CSR bit assignments
| Bits | Name | Function |
|---|---|---|
| [31:17] | - | Reserved |
| [16] | COUNTFLAG | Returns 1 if timer counted to 0 since the last read of this register |
| [15:3] | - | Reserved |
| [2] | CLKSOURCE | Selects the SysTick timer clock source: 0 = external reference clock 1 = processor clock. |
| [1] | TICKINT | Enables SysTick exception request: 0 = counting down to zero does not assert the SysTick exception request 1 = counting down to zero asserts the SysTick exception request. |
| [0] | ENABLE | Enables the counter: 0 = counter disabled 1 = counter enabled. |