Defines | |
| #define | ADC_DataAlign_Right ((uint32_t)0x00000000) |
| #define | ADC_DataAlign_Left ((uint32_t)0x00000800) |
| #define | IS_ADC_DATA_ALIGN(ALIGN) |
| #define ADC_DataAlign_Right ((uint32_t)0x00000000) |
| #define ADC_DataAlign_Left ((uint32_t)0x00000800) |
| #define IS_ADC_DATA_ALIGN | ( | ALIGN | ) |
(((ALIGN) == ADC_DataAlign_Right) || \ ((ALIGN) == ADC_DataAlign_Left))