Searched refs:LowPowerAutoPowerOff (Results 1 – 2 of 2) sorted by relevance
384 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()471 ADC_CFGR1_AUTOOFF(hadc->Init.LowPowerAutoPowerOff) | in HAL_ADC_Init()774 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start()1089 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_IT()1223 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_DMA()
95 …uint32_t LowPowerAutoPowerOff; /*!< Selects the auto-off mode: the ADC automatically powers-off a… member
Completed in 7 milliseconds