libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | LPTIM_IER_CMPMIE (1 << 0) |
LPTIM_IER_CMPMIE Compare match Interrupt Enable. More... | |
#define | LPTIM_IER_ARRMIE (1 << 1) |
LPTIM_IER_ARRMIE Autoreload match Interrupt Enable. More... | |
#define | LPTIM_IER_EXTTRIGIE (1 << 2) |
LPTIM_IER_EXTTRIGIE External trigger valid edge Interrupt Enable. More... | |
#define | LPTIM_IER_CMPOKIE (1 << 3) |
LPTIM_IER_CMPOKIE Compare register update OK Interrupt Enable. More... | |
#define | LPTIM_IER_ARROKIE (1 << 4) |
LPTIM_IER_ARROKIE Autoreload register update OK Interrupt Enable. More... | |
#define | LPTIM_IER_UPIE (1 << 5) |
LPTIM_IER_UPIE Direction change to UP Interrupt Enable. More... | |
#define | LPTIM_IER_DOWNIE (1 << 6) |
LPTIM_IER_DOWNIE Direction change to down Interrupt Enable. More... | |
#define LPTIM_IER_ARRMIE (1 << 1) |
LPTIM_IER_ARRMIE Autoreload match Interrupt Enable.
Definition at line 125 of file lptimer_common_all.h.
#define LPTIM_IER_ARROKIE (1 << 4) |
LPTIM_IER_ARROKIE Autoreload register update OK Interrupt Enable.
Definition at line 134 of file lptimer_common_all.h.
#define LPTIM_IER_CMPMIE (1 << 0) |
LPTIM_IER_CMPMIE Compare match Interrupt Enable.
Definition at line 122 of file lptimer_common_all.h.
#define LPTIM_IER_CMPOKIE (1 << 3) |
LPTIM_IER_CMPOKIE Compare register update OK Interrupt Enable.
Definition at line 131 of file lptimer_common_all.h.
#define LPTIM_IER_DOWNIE (1 << 6) |
LPTIM_IER_DOWNIE Direction change to down Interrupt Enable.
Definition at line 140 of file lptimer_common_all.h.
#define LPTIM_IER_EXTTRIGIE (1 << 2) |
LPTIM_IER_EXTTRIGIE External trigger valid edge Interrupt Enable.
Definition at line 128 of file lptimer_common_all.h.
#define LPTIM_IER_UPIE (1 << 5) |
LPTIM_IER_UPIE Direction change to UP Interrupt Enable.
Definition at line 137 of file lptimer_common_all.h.