Home
last modified time | relevance | path

Searched refs:ADC_CCR_TSVREFE (Results 1 – 25 of 79) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h554 #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/
Dstm32f7xx_ll_adc.h564 #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/
Dstm32f7xx_hal_adc.c1740 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()
Dstm32f7xx_ll_adc.c532 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
Dstm32f7xx_hal_adc_ex.c925 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c776 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()
Dstm32l1xx_hal_adc_ex.c832 SET_BIT(ADC->CCR, ADC_CCR_TSVREFE); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_ll_adc.c533 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h572 #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/
Dstm32l1xx_ll_adc.h621 #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/
Dstm32f4xx_hal_adc.c1739 tmpADC_Common->CCR &= ~ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
1755 tmpADC_Common->CCR |= ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
Dstm32f4xx_ll_adc.c546 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
Dstm32f4xx_hal_adc_ex.c963 tmpADC_Common->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c554 CLEAR_BIT(ADC->CCR, ADC_CCR_TSVREFE | ADC_CCR_ADCPRE); in LL_ADC_DeInit()
Dstm32f2xx_hal_adc_ex.c925 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADCEx_InjectedConfigChannel()
Dstm32f2xx_hal_adc.c1676 ADC->CCR |= ADC_CCR_TSVREFE; in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h1274 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
Dstm32f410rx.h1274 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
Dstm32f410tx.h1264 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!<Temperature Sens… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h1504 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
Dstm32l152xba.h1489 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
Dstm32l100xba.h1486 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
Dstm32l100xb.h1486 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
Dstm32l151xb.h1487 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro
Dstm32l151xba.h1487 #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal pa… macro

1234