Home
last modified time | relevance | path

Searched refs:tmp_flag_end (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c477 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
492 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
496 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
503 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
511 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
583 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c477 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
492 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
496 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
503 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
511 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
583 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c484 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
499 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
503 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
510 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
518 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
590 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c479 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
494 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
498 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
505 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
513 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
585 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c479 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
494 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
498 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
505 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
513 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
585 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c667 uint32_t tmp_flag_end; in HAL_ADCEx_InjectedPollForConversion() local
682 tmp_flag_end = ADC_FLAG_JEOS; in HAL_ADCEx_InjectedPollForConversion()
686 tmp_flag_end = ADC_FLAG_JEOC; in HAL_ADCEx_InjectedPollForConversion()
692 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
699 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADCEx_InjectedPollForConversion()
769 if (tmp_flag_end == ADC_FLAG_JEOS) in HAL_ADCEx_InjectedPollForConversion()
Dstm32u5xx_hal_adc.c1759 uint32_t tmp_flag_end; in HAL_ADC_PollForConversion() local
1772 tmp_flag_end = ADC_FLAG_EOS; in HAL_ADC_PollForConversion()
1800 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1813 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1825 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1838 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1847 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1855 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1916 if (tmp_flag_end == ADC_FLAG_EOS) in HAL_ADC_PollForConversion()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c1267 uint32_t tmp_flag_end; in HAL_ADC_PollForConversion() local
1275 tmp_flag_end = ADC_FLAG_EOS; in HAL_ADC_PollForConversion()
1295 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1303 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1311 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c1259 uint32_t tmp_flag_end; in HAL_ADC_PollForConversion() local
1267 tmp_flag_end = ADC_FLAG_EOS; in HAL_ADC_PollForConversion()
1287 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1295 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1303 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c1299 uint32_t tmp_flag_end; in HAL_ADC_PollForConversion() local
1307 tmp_flag_end = ADC_FLAG_EOS; in HAL_ADC_PollForConversion()
1327 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1335 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1343 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c1290 uint32_t tmp_flag_end; in HAL_ADC_PollForConversion() local
1298 tmp_flag_end = ADC_FLAG_EOS; in HAL_ADC_PollForConversion()
1318 tmp_flag_end = (ADC_FLAG_EOC); in HAL_ADC_PollForConversion()
1326 while ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()
1334 if ((hadc->Instance->ISR & tmp_flag_end) == 0UL) in HAL_ADC_PollForConversion()