Home
last modified time | relevance | path

Searched refs:LowPowerAutoPowerOff (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c417 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
542 __HAL_ADC_CFGR1_AUTOFF(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
1039 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start()
1376 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_IT()
1510 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c422 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
525 ADC_CFGR1_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
1034 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start()
1357 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_IT()
1491 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c1046 tmp_hadc_slave.Init.LowPowerAutoPowerOff = hadc->Init.LowPowerAutoPowerOff; in HAL_ADCEx_MultiModeStart_DMA()
1376 tmp_hadc_slave.Init.LowPowerAutoPowerOff = hadc->Init.LowPowerAutoPowerOff; in HAL_ADCEx_MultiModeStart_DMA_Data32()
Dstm32u5xx_hal_adc.c441 assert_param(IS_ADC4_LOW_POWER(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
729 if (hadc->Init.LowPowerAutoPowerOff != ADC_LOW_POWER_NONE) in HAL_ADC_Init()
731 SET_BIT(hadc->Instance->PWRR, hadc->Init.LowPowerAutoPowerOff); in HAL_ADC_Init()
4316 if ((hadc->Init.LowPowerAutoPowerOff == ADC_LOW_POWER_NONE) || (hadc->Instance != ADC4)) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c414 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
552 ADC_CFGR1_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
2836 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c406 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
546 ADC_CFGR1_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
2750 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c406 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
546 ADC_CFGR1_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
2742 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c407 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
550 ADC_CFGR1_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
2852 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c406 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
655 ((uint32_t) hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
2768 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c442 assert_param(IS_ADC_AUTOPOWEROFF(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
556 hadc->Init.LowPowerAutoPowerOff | in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c431 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
627 ADC_CFGR_AUTOOFF((uint32_t)hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()
3699 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc.h78 …FunctionalState LowPowerAutoPowerOff; /*!< Selects the auto-off mode: the ADC automatically power… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc.h150 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_adc.h150 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc.h150 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_adc.h112 …uint32_t LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-off af… member
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_adc.h150 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc.h150 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc.h138 …FunctionalState LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h188 …uint32_t LowPowerAutoPowerOff; /*!< Select the auto-off low power mode: the ADC automatically pow… member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h90 …uint32_t LowPowerAutoPowerOff; /*!< Selects the auto-off mode: the ADC automatically powers-off a… member