Home
last modified time | relevance | path

Searched refs:LowPowerMode (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c586 …assert_param(IS_LL_ADC_LOW_POWER_AUTOWAIT(ADC_InitStruct->LowPowerMode & ~(ADC_CR1_PDI | ADC_CR1_P… in LL_ADC_Init()
587 assert_param(IS_LL_ADC_LOW_POWER_AUTOPOWEROFF(ADC_InitStruct->LowPowerMode & ~(ADC_CR2_DELS))); in LL_ADC_Init()
606 | (ADC_InitStruct->LowPowerMode & (ADC_CR1_PDI | ADC_CR1_PDD)) in LL_ADC_Init()
615 | (ADC_InitStruct->LowPowerMode & ADC_CR2_DELS) in LL_ADC_Init()
639 ADC_InitStruct->LowPowerMode = (LL_ADC_LP_AUTOWAIT_NONE | LL_ADC_LP_AUTOPOWEROFF_NONE); in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c829 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
848 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
858 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
867 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
893 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_adc.c378 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
397 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
427 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_adc.c489 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
508 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
538 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c841 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
861 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
877 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
904 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_adc.c515 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
534 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
565 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c526 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
545 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
576 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c532 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
551 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
582 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c544 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
563 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
594 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c846 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
868 … ADC_CFGR1_RES | ADC4_CFGR1_WAIT, pADC_InitStruct->Resolution | pADC_InitStruct->LowPowerMode); in LL_ADC_Init()
876 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
900 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h2172 __STATIC_INLINE void LL_ADC_SetLPModeAutoWait(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutoWait() argument
2174 MODIFY_REG(ADCx->CFGR1, (ADC_CFGR1_WAIT), LowPowerMode); in LL_ADC_SetLPModeAutoWait()
2243 __STATIC_INLINE void LL_ADC_SetLPModeAutoPowerOff(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutoPowerOff() argument
2245 MODIFY_REG(ADCx->PWRR, ADC_PWRR_AUTOFF, LowPowerMode); in LL_ADC_SetLPModeAutoPowerOff()
2279 __STATIC_INLINE void LL_ADC_SetLPModeAutonomousDPD(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutonomousDPD() argument
2281 MODIFY_REG(ADCx->PWRR, ADC_PWRR_DPD, LowPowerMode); in LL_ADC_SetLPModeAutonomousDPD()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h437 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument
439 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
1531 __STATIC_INLINE void LL_C2_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_C2_PWR_SetPowerMode() argument
1533 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_LPMS, LowPowerMode); in LL_C2_PWR_SetPowerMode()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h537 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument
539 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
1663 __STATIC_INLINE void LL_C2_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_C2_PWR_SetPowerMode() argument
1665 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_LPMS, LowPowerMode); in LL_C2_PWR_SetPowerMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c730 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
748 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
773 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_adc.c737 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
754 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
779 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c730 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
748 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
773 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c743 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
761 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
786 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c787 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
805 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
830 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c761 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
777 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
803 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h632 uint32_t LowPowerMode; /*!< Set ADC low power mode. member
3501 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument
3505 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_AUTDLY, LowPowerMode); in LL_ADC_SetLowPowerMode()
3509 MODIFY_REG(ADCx->CFGR1, ADC4_CFGR1_WAIT, LowPowerMode); in LL_ADC_SetLowPowerMode()
3510 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_AUTOFF, LowPowerMode); in LL_ADC_SetLowPowerMode()
5321 __STATIC_INLINE void LL_ADC_SetLPModeAutoPowerOff(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutoPowerOff() argument
5323 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_AUTOFF, LowPowerMode); in LL_ADC_SetLPModeAutoPowerOff()
5357 __STATIC_INLINE void LL_ADC_SetLPModeAutonomousDPD(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutonomousDPD() argument
5359 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_DPD, LowPowerMode); in LL_ADC_SetLPModeAutonomousDPD()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h365 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument
367 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c1097 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
1115 | pADC_InitStruct->LowPowerMode in LL_ADC_Init()
1140 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h249 uint32_t LowPowerMode; /*!< Set ADC low power mode. member
1669 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument
1671 MODIFY_REG(ADCx->CFGR1, (ADC_CFGR1_WAIT | ADC_CFGR1_AUTOFF), LowPowerMode); in LL_ADC_SetLowPowerMode()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h279 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument
281 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h573 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument
575 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()

12