/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_adc.c | 415 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 541 __HAL_ADC_CFGR1_AutoDelay(hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1247 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion() 1757 if (hadc->Init.LowPowerAutoWait != ENABLE) in HAL_ADC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_adc.c | 421 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 524 tmpCFGR1 |= (ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1241 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc.c | 441 assert_param(IS_ADC_AUTOWAIT(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 553 tmp_cr2 |= hadc->Init.LowPowerAutoWait; in HAL_ADC_Init() 1258 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
D | stm32l1xx_hal_adc_ex.c | 332 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADCEx_InjectedPollForConversion()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc.c | 433 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 675 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 681 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 686 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3567 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc.c | 450 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 654 tmpCFGR1 |= (ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 755 tmpCFGR1 = (ADC_CFGR_AUTODELAY((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1964 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion() 4186 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc.c | 413 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 551 ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1380 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_adc.c | 405 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 545 ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1365 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_adc.c | 405 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 545 ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1357 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_adc.c | 429 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 626 tmpCFGR |= (ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 829 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3546 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_adc.c | 406 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 549 ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1397 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_adc.c | 405 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 589 tmp_cfgr1 |= (ADC_CFGR1_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 1388 if (hadc->Init.LowPowerAutoWait == DISABLE) in HAL_ADC_PollForConversion()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc.c | 420 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 607 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3384 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_adc.c | 419 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 602 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3276 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc.c | 429 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 564 ADC_CFGR1_AUTODELAY((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3319 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc.c | 423 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 607 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3297 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc.c | 423 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 607 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3276 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc.c | 420 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 607 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3390 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc.c | 424 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init() 612 ADC_CFGR_AUTOWAIT((uint32_t)hadc->Init.LowPowerAutoWait) | in HAL_ADC_Init() 3332 && (hadc->Init.LowPowerAutoWait == ENABLE) in ADC_ConversionStop()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 71 …FunctionalState LowPowerAutoWait; /*!< Selects the dynamic low power Auto Delay: new conversi… member
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 131 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 131 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc.h | 131 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 131 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… member
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 101 …uint32_t LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion start… member
|