STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RCC_LSE_Configuration

Macros

#define RCC_LSE_OFF   ((uint32_t)0x00000000)
 
#define RCC_LSE_ON   RCC_BDCR_LSEON
 
#define RCC_LSE_Bypass   ((uint32_t)(RCC_BDCR_LSEON | RCC_BDCR_LSEBYP))
 
#define IS_RCC_LSE(LSE)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_LSE (   LSE)
Value:
(((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
((LSE) == RCC_LSE_Bypass))