/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_adc.c | 219 assert_param(IS_LL_ADC_SAMPLINGMODE(pADC_InitStruct->SamplingMode)); in LL_ADC_Init() 243 | pADC_InitStruct->SamplingMode in LL_ADC_Init()
|
D | stm32wb0x_hal_adc.c | 326 assert_param(IS_ADC_SAMPLINGMODE(hadc->Init.SamplingMode)); in HAL_ADC_Init() 394 LL_ADC_SetInputSamplingMode(hadc->Instance, hadc->Init.SamplingMode); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_adc.h | 177 uint32_t SamplingMode; /*!< Specifies the input sampling mode. member 1168 __STATIC_INLINE void LL_ADC_SetInputSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_SetInputSamplingMode() argument 1170 MODIFY_REG(ADCx->CONF, ADC_CONF_ADC_CONT_1V2, SamplingMode); in LL_ADC_SetInputSamplingMode()
|
D | stm32wb0x_hal_adc.h | 198 uint32_t SamplingMode; /*!< Specifies the input sampling mode. member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_adc.h | 204 …uint32_t SamplingMode; /*!< Select the sampling mode to be used for ADC group regular con… member
|
D | stm32h7rsxx_ll_adc.h | 4076 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 4078 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_adc.h | 188 …uint32_t SamplingMode; /*!< Select the sampling mode to be used for ADC group regular con… member
|
D | stm32n6xx_ll_adc.h | 3860 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 3862 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc.c | 416 assert_param(IS_ADC_SAMPLINGMODE(hadc->Init.SamplingMode)); in HAL_ADC_Init() 593 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, hadc->Init.SamplingMode); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc.c | 424 assert_param(IS_ADC_SAMPLINGMODE(hadc->Init.SamplingMode)); in HAL_ADC_Init() 549 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, hadc->Init.SamplingMode); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc.c | 416 assert_param(IS_ADC_SAMPLINGMODE(hadc->Init.SamplingMode)); in HAL_ADC_Init() 593 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, hadc->Init.SamplingMode); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc.c | 420 assert_param(IS_ADC_SAMPLINGMODE(hadc->Init.SamplingMode)); in HAL_ADC_Init() 597 MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, hadc->Init.SamplingMode); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc.h | 204 …uint32_t SamplingMode; /*!< Select the sampling mode to be used for ADC group regular con… member
|
D | stm32h5xx_ll_adc.h | 4132 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 4134 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_adc.h | 173 …uint32_t SamplingMode; /*!< Select the sampling mode to be used for ADC group regular con… member
|
D | stm32h7xx_ll_adc.h | 3987 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 3995 MODIFY_REG(ADCx->CFGR2, ADC3_CFGR2_BULB | ADC3_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_adc.h | 216 …uint32_t SamplingMode; /*!< Select the sampling mode to be used for ADC group regular con… member
|
D | stm32g4xx_ll_adc.h | 4754 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 4756 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 4291 __STATIC_INLINE void LL_ADC_REG_SetSamplingMode(ADC_TypeDef *ADCx, uint32_t SamplingMode) in LL_ADC_REG_SetSamplingMode() argument 4293 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG, SamplingMode); in LL_ADC_REG_SetSamplingMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc.c | 647 … MODIFY_REG(hadc->Instance->CFGR2, ADC3_CFGR2_BULB | ADC3_CFGR2_SMPTRIG, hadc->Init.SamplingMode); in HAL_ADC_Init()
|