Home
last modified time | relevance | path

Searched refs:ADC_SMPR_SMP1 (Results 1 – 25 of 41) sorted by relevance

12

/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h174 #define ADC_SAMPLING_TIME_SMP_MASK (ADC_SMPR_SMP2 | ADC_SMPR_SMP1)
2390 ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SHIFT_MASK), in LL_ADC_SetSamplingTimeCommonChannels()
2421 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h174 #define ADC_SAMPLING_TIME_SMP_MASK (ADC_SMPR_SMP2 | ADC_SMPR_SMP1)
2264 ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SHIFT_MASK), in LL_ADC_SetSamplingTimeCommonChannels()
2295 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h177 #define ADC_SAMPLING_TIME_SMP_MASK (ADC_SMPR_SMP2 | ADC_SMPR_SMP1)
2214 ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SHIFT_MASK), in LL_ADC_SetSamplingTimeCommonChannels()
2245 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h175 #define ADC_SAMPLING_TIME_SMP_MASK (ADC_SMPR_SMP2 | ADC_SMPR_SMP1)
2579 ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SHIFT_MASK), in LL_ADC_SetSamplingTimeCommonChannels()
2610 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_adc.c390 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32wbaxx_hal_adc.c826 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c411 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32wlxx_hal_adc.c799 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c414 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32c0xx_hal_adc.c808 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c430 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32g0xx_hal_adc.c800 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h320 #define ADC_SAMPLING_TIME_SMP_MASK (ADC_SMPR_SMP2 | ADC_SMPR_SMP1)
3082 ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SHIFT_MASK), in LL_ADC_SetSamplingTimeCommonChannels()
3117 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c636 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32wbxx_hal_adc.c1006 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h845 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32c011xx.h841 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h916 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g030xx.h894 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g050xx.h913 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g031xx.h937 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g041xx.h984 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g051xx.h1000 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g061xx.h1047 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro
Dstm32g071xx.h1049 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of ch… macro

12