/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 543 …assert_param(IS_LL_ADC_LOW_POWER_AUTOWAIT(ADC_InitStruct->LowPowerMode & ~(ADC_CR1_PDI | ADC_CR1_P… in LL_ADC_Init() 544 assert_param(IS_LL_ADC_LOW_POWER_AUTOPOWEROFF(ADC_InitStruct->LowPowerMode & ~(ADC_CR2_DELS))); in LL_ADC_Init() 563 | (ADC_InitStruct->LowPowerMode & (ADC_CR1_PDI | ADC_CR1_PDD)) in LL_ADC_Init() 572 | (ADC_InitStruct->LowPowerMode & ADC_CR2_DELS) in LL_ADC_Init() 596 ADC_InitStruct->LowPowerMode = (LL_ADC_LP_AUTOWAIT_NONE | LL_ADC_LP_AUTOPOWEROFF_NONE); in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 839 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 858 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 868 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 877 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 903 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 381 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 400 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 430 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/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-3.4.0/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-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 517 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 536 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 567 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 553 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 572 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 603 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 851 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 873 … ADC_CFGR1_RES | ADC4_CFGR1_WAIT, pADC_InitStruct->Resolution | pADC_InitStruct->LowPowerMode); in LL_ADC_Init() 881 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 905 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/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-3.4.0/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-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 740 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 758 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 783 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 740 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 758 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 783 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 797 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 815 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 840 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 632 uint32_t LowPowerMode; /*!< Set ADC low power mode. member 3474 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument 3478 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_AUTDLY, LowPowerMode); in LL_ADC_SetLowPowerMode() 3482 MODIFY_REG(ADCx->CFGR1, ADC4_CFGR1_WAIT, LowPowerMode); in LL_ADC_SetLowPowerMode() 3483 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_AUTOFF, LowPowerMode); in LL_ADC_SetLowPowerMode() 5307 __STATIC_INLINE void LL_ADC_SetLPModeAutoPowerOff(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutoPowerOff() argument 5309 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_AUTOFF, LowPowerMode); in LL_ADC_SetLPModeAutoPowerOff() 5343 __STATIC_INLINE void LL_ADC_SetLPModeAutonomousDPD(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLPModeAutonomousDPD() argument 5345 MODIFY_REG(ADCx->PWRR, ADC4_PWRR_DPD, LowPowerMode); in LL_ADC_SetLPModeAutonomousDPD()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 272 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument 274 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 1103 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 1121 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 1146 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 571 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument 573 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 401 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument 403 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 433 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument 435 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 414 __STATIC_INLINE void LL_PWR_SetPowerMode(uint32_t LowPowerMode) in LL_PWR_SetPowerMode() argument 416 MODIFY_REG(PWR->CR1, PWR_CR1_LPMS, LowPowerMode); in LL_PWR_SetPowerMode()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1031 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 1049 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 1073 ADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 290 uint32_t LowPowerMode; /*!< Set ADC low power mode. member 2058 __STATIC_INLINE void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) in LL_ADC_SetLowPowerMode() argument 2060 MODIFY_REG(ADCx->CFGR1, (ADC_CFGR1_WAIT | ADC_CFGR1_AUTOFF), LowPowerMode); in LL_ADC_SetLowPowerMode()
|