libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | LPTIM_ISR_CMPM (1 << 0) |
LPTIM_ISR_CMPM Compare match. More... | |
#define | LPTIM_ISR_ARRM (1 << 1) |
LPTIM_ISR_ARRM Autoreload match. More... | |
#define | LPTIM_ISR_EXTTRIG (1 << 2) |
LPTIM_ISR_EXTTRIG External trigger edge event. More... | |
#define | LPTIM_ISR_CMPOK (1 << 3) |
LPTIM_ISR_CMPOK Compare register update OK. More... | |
#define | LPTIM_ISR_ARROK (1 << 4) |
LPTIM_ISR_ARROK Autoreload register update OK. More... | |
#define | LPTIM_ISR_UP (1 << 5) |
LPTIM_ISR_UP Counter direction change down to up. More... | |
#define | LPTIM_ISR_DOWN (1 << 6) |
LPTIM_ISR_DOWN Counter direction change up to down. More... | |
#define LPTIM_ISR_ARRM (1 << 1) |
LPTIM_ISR_ARRM Autoreload match.
Definition at line 73 of file lptimer_common_all.h.
#define LPTIM_ISR_ARROK (1 << 4) |
LPTIM_ISR_ARROK Autoreload register update OK.
Definition at line 82 of file lptimer_common_all.h.
#define LPTIM_ISR_CMPM (1 << 0) |
LPTIM_ISR_CMPM Compare match.
Definition at line 70 of file lptimer_common_all.h.
#define LPTIM_ISR_CMPOK (1 << 3) |
LPTIM_ISR_CMPOK Compare register update OK.
Definition at line 79 of file lptimer_common_all.h.
#define LPTIM_ISR_DOWN (1 << 6) |
LPTIM_ISR_DOWN Counter direction change up to down.
Definition at line 88 of file lptimer_common_all.h.
#define LPTIM_ISR_EXTTRIG (1 << 2) |
LPTIM_ISR_EXTTRIG External trigger edge event.
Definition at line 76 of file lptimer_common_all.h.
#define LPTIM_ISR_UP (1 << 5) |
LPTIM_ISR_UP Counter direction change down to up.
Definition at line 85 of file lptimer_common_all.h.