Searched refs:IsAdcDatAlign (Results 1 – 14 of 14) sorted by relevance
133 #define IsAdcDatAlign(ALIGN) (((ALIGN) == ADC_DAT_ALIGN_R) || ((ALIGN) == ADC_DAT_ALIGN_L)) macro
155 #define IsAdcDatAlign(ALIGN) (((ALIGN) == ADC_DAT_ALIGN_R) || ((ALIGN) == ADC_DAT_ALIGN_L)) macro
164 #define IsAdcDatAlign(ALIGN) (((ALIGN) == ADC_DAT_ALIGN_R) || ((ALIGN) == ADC_DAT_ALIGN_L)) macro
223 assert_param(IsAdcDatAlign(ADC_InitStruct->DatAlign)); in ADC_Init()
246 assert_param(IsAdcDatAlign(ADC_InitStruct->DatAlign)); in ADC_Init()
232 assert_param(IsAdcDatAlign(ADC_InitStruct->DatAlign)); in ADC_Init()
243 assert_param(IsAdcDatAlign(ADC_InitStruct->DatAlign)); in ADC_Init()
Completed in 35 milliseconds