Searched refs:LowPowerAutoPowerOff (Results 1 – 11 of 11) sorted by relevance
379 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()488 __HAL_ADC_CFGR1_AUTOFF(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()779 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start()1108 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_IT()1239 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_DMA()
56 AdcHandle.Init.LowPowerAutoPowerOff = DISABLE; in AdcMcuConfig()
61 AdcHandle.Init.LowPowerAutoPowerOff = DISABLE; in AdcMcuConfig()
403 assert_param(IS_ADC_AUTOPOWEROFF(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()500 hadc->Init.LowPowerAutoPowerOff | in HAL_ADC_Init()
129 …uint32_t LowPowerAutoPowerOff; /*!< Select the auto-off mode: the ADC automatically powers-off af… member
107 …uint32_t LowPowerAutoPowerOff; /*!< Selects the auto-off mode: the ADC automatically powers-off a… member