MG32F10x Standard Peripherals Firmware Library
Macros
ADC_data_align
MG32F10x_StdPeriph_Driver
»
ADC
»
ADC_Exported_Constants
Macros
#define
ADC_DataAlign_Right
((uint32_t)0x00000000)
#define
ADC_DataAlign_Left
((uint32_t)0x00000800)
#define
IS_ADC_DATA_ALIGN
(ALIGN)
Detailed Description
Macro Definition Documentation
◆
IS_ADC_DATA_ALIGN
#define IS_ADC_DATA_ALIGN
(
ALIGN
)
Value:
(((ALIGN) == ADC_DataAlign_Right) || \
((ALIGN) == ADC_DataAlign_Left))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.