STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
RCC_System_Clock_Source
RCC_Exported_Constants
Macros
#define
RCC_SYSCLKSource_HSI
((uint32_t)0x00000000)
#define
RCC_SYSCLKSource_HSE
((uint32_t)0x00000001)
#define
RCC_SYSCLKSource_PLLCLK
((uint32_t)0x00000002)
#define
IS_RCC_SYSCLK_SOURCE
(SOURCE)
Detailed Description
Macro Definition Documentation
#define IS_RCC_SYSCLK_SOURCE
(
SOURCE
)
Value:
(((SOURCE) == RCC_SYSCLKSource_HSI) || \
((SOURCE) == RCC_SYSCLKSource_HSE) || \
((SOURCE) == RCC_SYSCLKSource_PLLCLK))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1