Home
last modified time | relevance | path

Searched refs:ADC_CFGR2_OVSE (Results 1 – 25 of 66) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c597 hadc->Instance->CFGR2 |= ADC_CFGR2_OVSE; in HAL_ADC_Init()
601 if (HAL_IS_BIT_SET(hadc->Instance->CFGR2, ADC_CFGR2_OVSE)) in HAL_ADC_Init()
604 hadc->Instance->CFGR2 &= ~ADC_CFGR2_OVSE; in HAL_ADC_Init()
707 ADC_CFGR2_OVSE | ADC_CFGR2_CKMODE); in HAL_ADC_DeInit()
Dstm32l0xx_ll_adc.c399 | ADC_CFGR2_OVSE | ADC_CFGR2_CKMODE) in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h695 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED ( ADC_CFGR2_OVSE) /*!< ADC ove…
3139 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
3152 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h825 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED ( ADC_CFGR2_OVSE) /*…
4054 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
4067 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c557 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
566 ADC_CFGR2_OVSE | in HAL_ADC_Init()
645 ADC_CFGR2_OVSE | in HAL_ADC_Init()
Dstm32wbaxx_ll_adc.c386 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h993 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED (ADC_CFGR2_OVSE) /*!< ADC oversamplin…
3960 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
3973 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_adc.h1055 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED (ADC_CFGR2_OVSE) /*!< ADC oversamplin…
4312 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
4325 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h1082 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED (ADC_CFGR2_OVSE) /*!< ADC oversamplin…
4402 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
4415 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h1068 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED (ADC_CFGR2_OVSE) /*!< ADC oversamplin…
4380 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
4393 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c614 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
625 ADC_CFGR2_OVSE | in HAL_ADC_Init()
Dstm32c0xx_ll_adc.c425 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c608 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
619 ADC_CFGR2_OVSE | in HAL_ADC_Init()
Dstm32g0xx_ll_adc.c480 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c607 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
618 ADC_CFGR2_OVSE | in HAL_ADC_Init()
Dstm32wlxx_ll_adc.c462 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_adc.c451 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
Dstm32u0xx_hal_adc.c612 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init()
623 ADC_CFGR2_OVSE | in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h1366 #define LL_ADC_OVS_GRP_REGULAR_CONTINUED ( ADC_CFGR2_OVSE) /*…
6363 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_OVSE, OvsScope); in LL_ADC_SetOverSamplingScope()
6394 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_OVSE)); in LL_ADC_GetOverSamplingScope()
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h792 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
Dstm32l010x8.h750 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
Dstm32l010xb.h755 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
Dstm32l011xx.h762 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
Dstm32l021xx.h783 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
Dstm32l031xx.h771 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro

123