mikroSDK Reference Manual
|
Macros | |
#define | RCC_LSE_OFF 0x00000000U |
#define | RCC_LSE_ON RCC_BDCR_LSEON |
#define | RCC_LSE_BYPASS ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)) |
#define | RCC_LSE_OFF ((uint8_t)0x00) |
#define | RCC_LSE_ON ((uint8_t)0x01) |
#define | RCC_LSE_BYPASS ((uint8_t)0x05) |
#define | RCC_LSE_OFF 0x00000000U |
#define | RCC_LSE_ON RCC_BDCR_LSEON |
#define | RCC_LSE_BYPASS ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)) |
#define | RCC_LSE_OFF ((uint32_t)0x00000000U) |
#define | RCC_LSE_ON RCC_BDCR_LSEON |
#define | RCC_LSE_BYPASS ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)) |
#define | RCC_LSE_OFF (0x00000000U) |
#define | RCC_LSE_ON RCC_BDCR_LSEON |
#define | RCC_LSE_BYPASS ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)) |
#define RCC_LSE_BYPASS ((uint32_t)(RCC_BDCR_LSEBYP | RCC_BDCR_LSEON)) |
External clock source for LSE clock
#define RCC_LSE_OFF 0x00000000U |
LSE clock deactivation
#define RCC_LSE_ON RCC_BDCR_LSEON |
LSE clock activation