Home
last modified time | relevance | path

Searched refs:__HAL_ADC_DISABLE (Results 1 – 25 of 43) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc.c424 __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()
Dstm32f2xx_hal_adc_ex.c371 __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/
Dstm32f7xx_hal_adc_ex.c370 __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()
Dstm32f7xx_hal_adc.c434 __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/
Dstm32f4xx_hal_adc_ex.c381 __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()
Dstm32f4xx_hal_adc.c423 __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/
Dstm32f0xx_hal_adc.h494 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h499 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc.h515 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h508 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_adc.h678 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h545 #define __HAL_ADC_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR2 &= ~ADC_CR2_ADON) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h1936 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
2073 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc.h727 #define __HAL_ADC_DISABLE(__HANDLE__) \ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c2278 __HAL_ADC_DISABLE(hadc); in ADC_Disable()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c2274 __HAL_ADC_DISABLE(hadc); in ADC_Disable()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc.c2299 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc.c2262 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c7350 __HAL_ADC_DISABLE(hadc); in ADC_Disable()
7589 __HAL_ADC_DISABLE(hadc); in ADC_ConversionStop_Disable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h1915 #define __ADC_DISABLE __HAL_ADC_DISABLE
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1823 #define __ADC_DISABLE __HAL_ADC_DISABLE
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h1904 #define __ADC_DISABLE __HAL_ADC_DISABLE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2154 #define __ADC_DISABLE __HAL_ADC_DISABLE
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2116 #define __ADC_DISABLE __HAL_ADC_DISABLE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2129 #define __ADC_DISABLE __HAL_ADC_DISABLE

12