libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Modules | |
Clock source selection | |
Macros | |
#define | STK_CSR_COUNTFLAG (1 << 16) |
COUNTFLAG Indicates whether the counter has counted to 0 since the last read of this register: 0 = Timer has not counted to 0 1 = Timer has counted to 0. More... | |
#define | STK_CSR_CLKSOURCE_LSB 2 |
#define | STK_CSR_CLKSOURCE (1 << STK_CSR_CLKSOURCE_LSB) |
CLKSOURCE: Clock source selection for 0, SysTick uses the IMPLEMENTATION DEFINED external reference clock. More... | |
#define | STK_CSR_TICKINT (1 << 1) |
TICKINT: SysTick exception request enable. More... | |
#define | STK_CSR_ENABLE (1 << 0) |
ENABLE: Counter enable. More... | |
#define STK_CSR_CLKSOURCE (1 << STK_CSR_CLKSOURCE_LSB) |
#define STK_CSR_COUNTFLAG (1 << 16) |