Home
last modified time | relevance | path

Searched refs:ADC_IS_INDEPENDENT (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h596 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
604 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
606 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h619 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
627 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
635 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc_ex.h82 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_adc_ex.h81 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_adc_ex.h82 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc_ex.h82 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc_ex.h81 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h333 #define ADC_IS_INDEPENDENT(__HANDLE__) (SET) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h573 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h586 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h433 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h578 #define ADC_IS_INDEPENDENT(__HANDLE__) (RESET) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h681 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h561 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h499 #define ADC_IS_INDEPENDENT(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc.c2006 if ((ADC_IS_INDEPENDENT(hadc) != RESET) in HAL_ADC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c2022 if ((ADC_IS_INDEPENDENT(hadc) != RESET) in HAL_ADC_Start_DMA()