|
#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...
|
|