/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc.c | 424 __HAL_ADC_DISABLE(hadc); in HAL_ADC_DeInit() 838 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop() 1139 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_IT() 1469 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_DMA()
|
D | stm32f2xx_hal_adc_ex.c | 371 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop() 496 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop_IT() 721 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_MultiModeStop_DMA()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc_ex.c | 370 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop() 495 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop_IT() 720 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_MultiModeStop_DMA()
|
D | stm32f7xx_hal_adc.c | 434 __HAL_ADC_DISABLE(hadc); in HAL_ADC_DeInit() 861 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop() 1182 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_IT() 1525 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc_ex.c | 381 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop() 506 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_InjectedStop_IT() 738 __HAL_ADC_DISABLE(hadc); in HAL_ADCEx_MultiModeStop_DMA()
|
D | stm32f4xx_hal_adc.c | 423 __HAL_ADC_DISABLE(hadc); in HAL_ADC_DeInit() 849 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop() 1172 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_IT() 1524 __HAL_ADC_DISABLE(hadc); in HAL_ADC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 494 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 499 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 515 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 508 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 678 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_adc.h | 545 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 1936 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro 2073 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc.h | 727 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_adc.c | 2278 __HAL_ADC_DISABLE(hadc); in ADC_Disable()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_adc.c | 2274 __HAL_ADC_DISABLE(hadc); in ADC_Disable()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc.c | 2299 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc.c | 2262 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 7350 __HAL_ADC_DISABLE(hadc); in ADC_Disable() 7589 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1915 #define __ADC_DISABLE __HAL_ADC_DISABLE
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1823 #define __ADC_DISABLE __HAL_ADC_DISABLE
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1904 #define __ADC_DISABLE __HAL_ADC_DISABLE
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2154 #define __ADC_DISABLE __HAL_ADC_DISABLE
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2116 #define __ADC_DISABLE __HAL_ADC_DISABLE
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 2129 #define __ADC_DISABLE __HAL_ADC_DISABLE
|