Searched refs:LowPowerMode (Results 1 – 7 of 7) sorted by relevance
559 …assert_param(IS_LL_ADC_LOW_POWER_AUTOWAIT(ADC_InitStruct->LowPowerMode & ~(ADC_CR1_PDI | ADC_CR1_P… in LL_ADC_Init()560 assert_param(IS_LL_ADC_LOW_POWER_AUTOPOWEROFF(ADC_InitStruct->LowPowerMode & ~(ADC_CR2_DELS))); in LL_ADC_Init()579 | (ADC_InitStruct->LowPowerMode & (ADC_CR1_PDI | ADC_CR1_PDD)) in LL_ADC_Init()588 | (ADC_InitStruct->LowPowerMode & ADC_CR2_DELS) in LL_ADC_Init()612 ADC_InitStruct->LowPowerMode = (LL_ADC_LP_AUTOWAIT_NONE | LL_ADC_LP_AUTOPOWEROFF_NONE); in LL_ADC_StructInit()
488 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()507 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()532 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
752 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()770 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()794 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
436 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument438 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
474 uint32_t LowPowerMode; /*!< Set ADC low power mode. member2739 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument2741 MODIFY_REG(ADCx->CFGR, ADC_CFGR_AUTDLY, LowPowerMode); in LL_ADC_SetLowPowerMode()
307 uint32_t LowPowerMode; /*!< Set ADC low power mode. member2034 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument2036 MODIFY_REG(ADCx->CFGR1, (ADC_CFGR1_WAIT | ADC_CFGR1_AUTOFF), LowPowerMode); in LL_ADC_SetLowPowerMode()
454 uint32_t LowPowerMode; /*!< Set ADC low power mode. member