/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 554 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 555 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 1811 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1832 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 564 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 565 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 1921 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1942 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc.c | 1740 ADC->CCR &= ~(ADC_CCR_VBATE | ADC_CCR_TSVREFE); in HAL_ADC_ConfigChannel() 1747 ADC->CCR &= ~ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel() 1760 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
|
D | stm32f7xx_ll_adc.c | 532 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
|
D | stm32f7xx_hal_adc_ex.c | 925 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc.c | 776 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE); in HAL_ADC_DeInit() 2029 if (READ_BIT(ADC->CCR, ADC_CCR_TSVREFE) == RESET) in HAL_ADC_ConfigChannel() 2031 SET_BIT(ADC->CCR, ADC_CCR_TSVREFE); in HAL_ADC_ConfigChannel()
|
D | stm32l1xx_hal_adc_ex.c | 832 SET_BIT(ADC->CCR, ADC_CCR_TSVREFE); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l1xx_ll_adc.c | 533 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 572 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 573 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 1961 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1982 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_adc.h | 621 #define LL_ADC_PATH_INTERNAL_VREFINT (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 622 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSVREFE) /*!< ADC measurement path to inte… 2227 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 2246 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE)); in LL_ADC_GetCommonPathInternalCh()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc.c | 1739 tmpADC_Common->CCR &= ~ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel() 1755 tmpADC_Common->CCR |= ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
|
D | stm32f4xx_ll_adc.c | 546 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
|
D | stm32f4xx_hal_adc_ex.c | 963 tmpADC_Common->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 554 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
|
D | stm32f2xx_hal_adc_ex.c | 925 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f2xx_hal_adc.c | 1676 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 1274 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
|
D | stm32f410rx.h | 1274 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
|
D | stm32f410tx.h | 1264 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 1504 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|
D | stm32l152xba.h | 1489 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|
D | stm32l100xba.h | 1486 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|
D | stm32l100xb.h | 1486 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|
D | stm32l151xb.h | 1487 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|
D | stm32l151xba.h | 1487 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
|