| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
| D | stm32l0xx_hal_adc.c | 597 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()
|
| D | stm32l0xx_ll_adc.c | 399 | ADC_CFGR2_OVSE | ADC_CFGR2_CKMODE) in LL_ADC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
| D | stm32l0xx_ll_adc.h | 695 #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/ |
| D | stm32wlxx_ll_adc.h | 825 #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/ |
| D | stm32wbaxx_hal_adc.c | 557 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()
|
| D | stm32wbaxx_ll_adc.c | 386 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_ll_adc.h | 993 #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/ |
| D | stm32u0xx_ll_adc.h | 1055 #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/ |
| D | stm32c0xx_ll_adc.h | 1082 #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/ |
| D | stm32g0xx_ll_adc.h | 1068 #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/ |
| D | stm32c0xx_hal_adc.c | 614 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init() 625 ADC_CFGR2_OVSE | in HAL_ADC_Init()
|
| D | stm32c0xx_ll_adc.c | 425 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
| D | stm32g0xx_hal_adc.c | 608 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init() 619 ADC_CFGR2_OVSE | in HAL_ADC_Init()
|
| D | stm32g0xx_ll_adc.c | 480 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
| D | stm32wlxx_hal_adc.c | 607 tmpCFGR2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init() 618 ADC_CFGR2_OVSE | in HAL_ADC_Init()
|
| D | stm32wlxx_ll_adc.c | 462 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
| D | stm32u0xx_ll_adc.c | 451 | ADC_CFGR2_OVSE) in LL_ADC_DeInit()
|
| D | stm32u0xx_hal_adc.c | 612 tmp_cfgr2 |= (ADC_CFGR2_OVSE | in HAL_ADC_Init() 623 ADC_CFGR2_OVSE | in HAL_ADC_Init()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_ll_adc.h | 1366 #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/ |
| D | stm32l041xx.h | 792 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|
| D | stm32l010x8.h | 750 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|
| D | stm32l010xb.h | 755 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|
| D | stm32l011xx.h | 762 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|
| D | stm32l021xx.h | 783 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|
| D | stm32l031xx.h | 771 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< Oversampler Ena… macro
|