discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
RCC_LSE_Configuration
STM32F4xx_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Collaboration diagram for RCC_LSE_Configuration:
Macros
#define
RCC_LSE_OFF
((uint8_t)0x00)
#define
RCC_LSE_ON
((uint8_t)0x01)
#define
RCC_LSE_Bypass
((uint8_t)0x04)
#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))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1