Home
last modified time | relevance | path

Searched refs:ADC_VDDCORE_INSTANCE (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h754 #define ADC_VDDCORE_INSTANCE(__HANDLE__) (((__HANDLE__)->Instance) == ADC2) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h777 #define ADC_VDDCORE_INSTANCE(__HANDLE__) (((__HANDLE__)->Instance) != ADC1) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h734 #define ADC_VDDCORE_INSTANCE(__HANDLE__) (((__HANDLE__)->Instance) == ADC2) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h951 #define ADC_VDDCORE_INSTANCE(__HANDLE__) ((((__HANDLE__)->Instance) == ADC2) ) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c2102 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADCEx_InjectedConfigChannel()
Dstm32n6xx_hal_adc.c2907 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c2151 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADCEx_InjectedConfigChannel()
Dstm32h5xx_hal_adc.c3004 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c2143 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7rsxx_hal_adc.c2998 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c2142 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADCEx_InjectedConfigChannel()
Dstm32mp1xx_hal_adc.c2878 if (ADC_VDDCORE_INSTANCE(hadc)) in HAL_ADC_ConfigChannel()