Home
last modified time | relevance | path

Searched refs:ADC_CR1_PDD (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c406 | ADC_CR1_JAWDEN | ADC_CR1_PDI | ADC_CR1_PDD in LL_ADC_DeInit()
586 …t_param(IS_LL_ADC_LOW_POWER_AUTOWAIT(ADC_InitStruct->LowPowerMode & ~(ADC_CR1_PDI | ADC_CR1_PDD))); in LL_ADC_Init()
602 | ADC_CR1_PDD in LL_ADC_Init()
606 | (ADC_InitStruct->LowPowerMode & (ADC_CR1_PDI | ADC_CR1_PDD)) in LL_ADC_Init()
Dstm32l1xx_hal_adc.c588 ADC_CR1_PDD | in HAL_ADC_Init()
703 ADC_CR1_JAWDEN | ADC_CR1_PDI | ADC_CR1_PDD | in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h667 #define LL_ADC_LP_AUTOPOWEROFF_AUTOWAIT_PHASE (ADC_CR1_PDD) /*…
668 #define LL_ADC_LP_AUTOPOWEROFF_IDLE_AUTOWAIT_PHASES (ADC_CR1_PDI | ADC_CR1_PDD) /*…
2446 MODIFY_REG(ADCx->CR1, (ADC_CR1_PDI | ADC_CR1_PDD), LowPowerModeAutoPowerOff); in LL_ADC_SetLowPowerModeAutoPowerOff()
2470 return (uint32_t)(READ_BIT(ADCx->CR1, (ADC_CR1_PDI | ADC_CR1_PDD))); in LL_ADC_GetLowPowerModeAutoPowerOff()
Dstm32l1xx_hal_adc.h405 #define ADC_AUTOPOWEROFF_DELAY_PHASE ((uint32_t)ADC_CR1_PDD) /*!< ADC po…
406 #define ADC_AUTOPOWEROFF_IDLE_DELAY_PHASES ((uint32_t)(ADC_CR1_PDI | ADC_CR1_PDD)) /*!< ADC po…
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h831 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xba.h816 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l100xba.h813 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l100xb.h813 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xb.h814 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xba.h814 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l100xc.h855 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xc.h892 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xca.h896 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xdx.h913 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xe.h913 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xc.h909 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xca.h913 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xdx.h930 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xe.h930 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l162xc.h932 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l162xca.h936 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l162xdx.h953 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l162xe.h953 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l151xd.h970 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro
Dstm32l152xd.h987 #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down … macro

12