discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
RCC_HSE_configuration
STM32F4xx_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Collaboration diagram for RCC_HSE_configuration:
Macros
#define
RCC_HSE_OFF
((uint8_t)0x00)
#define
RCC_HSE_ON
((uint8_t)0x01)
#define
RCC_HSE_Bypass
((uint8_t)0x05)
#define
IS_RCC_HSE
(HSE)
Detailed Description
Macro Definition Documentation
#define IS_RCC_HSE
(
HSE
)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
((HSE) == RCC_HSE_Bypass))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1