/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 586 …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/ |
D | stm32h7xx_ll_adc.c | 829 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/ |
D | stm32f0xx_ll_adc.c | 378 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/ |
D | stm32l0xx_ll_adc.c | 489 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/ |
D | stm32wbxx_ll_adc.c | 841 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/ |
D | stm32u0xx_ll_adc.c | 515 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/ |
D | stm32wlxx_ll_adc.c | 526 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/ |
D | stm32c0xx_ll_adc.c | 532 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/ |
D | stm32g0xx_ll_adc.c | 544 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/ |
D | stm32u5xx_ll_adc.c | 846 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/ |
D | stm32wbaxx_ll_adc.h | 2172 __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/ |
D | stm32wlxx_ll_pwr.h | 437 __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/ |
D | stm32wbxx_ll_pwr.h | 537 __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/ |
D | stm32l5xx_ll_adc.c | 730 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/ |
D | stm32n6xx_ll_adc.c | 737 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/ |
D | stm32l4xx_ll_adc.c | 730 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/ |
D | stm32h7rsxx_ll_adc.c | 743 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/ |
D | stm32h5xx_ll_adc.c | 787 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/ |
D | stm32mp1xx_ll_adc.c | 761 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/ |
D | stm32u5xx_ll_adc.h | 632 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/ |
D | stm32c0xx_ll_pwr.h | 365 __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/ |
D | stm32g4xx_ll_adc.c | 1097 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/ |
D | stm32f0xx_ll_adc.h | 249 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/ |
D | stm32u0xx_ll_pwr.h | 279 __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/ |
D | stm32g0xx_ll_pwr.h | 573 __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()
|