|
MG32L003 Standard Peripherals Firmware Library
|
Macros | |
| #define | LPTIM_CLOCK_SOURCE_PCLK 0x00000000U |
| #define | LPTIM_CLOCK_SOURCE_LSE (LPTIM_CR_TCK_SEL_1) |
| #define | LPTIM_CLOCK_SOURCE_LSI (LPTIM_CR_TCK_SEL_1 | LPTIM_CR_TCK_SEL_0) |
| #define | IS_LPTIM_CLOCK_SOURCE(CLOCK_SOURCE) |
| #define IS_LPTIM_CLOCK_SOURCE | ( | CLOCK_SOURCE | ) |
| #define LPTIM_CLOCK_SOURCE_LSE (LPTIM_CR_TCK_SEL_1) |
Specify LSE as lptim clock source
| #define LPTIM_CLOCK_SOURCE_LSI (LPTIM_CR_TCK_SEL_1 | LPTIM_CR_TCK_SEL_0) |
Specify LSI as lptim clock source
| #define LPTIM_CLOCK_SOURCE_PCLK 0x00000000U |
Specify PCLK as lptim clock source