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
DAC_Channel_selection
DAC_Exported_Constants
Macros
#define
DAC_Channel_1
((uint32_t)0x00000000)
#define
DAC_Channel_2
((uint32_t)0x00000010)
#define
IS_DAC_CHANNEL
(CHANNEL)
Detailed Description
Macro Definition Documentation
#define IS_DAC_CHANNEL
(
CHANNEL
)
Value:
(((CHANNEL) == DAC_Channel_1) || \
((CHANNEL) == DAC_Channel_2))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1