/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 496 (__HANDLE__)->Instance->CR |= ADC_CR_ADDIS; \ 617 (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) \ 640 (( ((((__HANDLE__)->Instance->CR) & (ADC_CR_ADEN | ADC_CR_ADDIS)) == ADC_CR_ADEN) && \
|
D | stm32f0xx_ll_adc.h | 183 …ROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 2776 ADC_CR_ADDIS); in LL_ADC_Disable() 2801 return (READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 669 ADC_CR_ADDIS | ADC_CR_ADEN ) \ 680 (__HANDLE__)->Instance->CR |= ADC_CR_ADDIS; \ 700 (( ((((__HANDLE__)->Instance->CR) & (ADC_CR_ADEN | ADC_CR_ADDIS)) == ADC_CR_ADEN) && \
|
D | stm32l0xx_ll_adc.h | 187 …ROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 3383 ADC_CR_ADDIS); in LL_ADC_Disable() 3408 return (READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 252 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADEN | ADC_CR_ADDIS \ 4296 ADC_CR_ADDIS); in LL_ADC_Disable() 4321 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 252 …ROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 4294 ADC_CR_ADDIS); in LL_ADC_Disable() 4319 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 253 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADEN | ADC_CR_ADDIS \ 4545 ADC_CR_ADDIS); in LL_ADC_Disable() 4570 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 552 | ADC_CR_ADDIS | ADC_CR_ADEN ) in LL_ADC_DeInit() 558 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 430 …ROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 432 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 6694 ADC_CR_ADDIS); in LL_ADC_Disable() 6719 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 362 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADEN | ADC_CR_ADDIS \ 6473 ADC_CR_ADDIS); in LL_ADC_Disable() 6498 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 358 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 5742 ADC_CR_ADDIS); in LL_ADC_Disable() 5767 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 364 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADEN | ADC_CR_ADDIS \ 6844 ADC_CR_ADDIS); in LL_ADC_Disable() 6869 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 340 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 6036 ADC_CR_ADDIS); in LL_ADC_Disable() 6061 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 340 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 6717 ADC_CR_ADDIS); in LL_ADC_Disable() 6742 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 254 | ADC_CR_ADDIS | ADC_CR_ADEN ) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 366 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 6908 ADC_CR_ADDIS); in LL_ADC_Disable() 6933 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 480 … | ADC_CR_ADDIS | ADC_CR_ADEN) /* ADC register CR bits with HW property "rs": 7910 MODIFY_REG(ADCx->CR, ADC_CR_BITS_PROPERTY_RS, ADC_CR_ADDIS); in LL_ADC_Disable() 7935 return ((READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)) ? 1UL : 0UL); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_adc.c | 355 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 356 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 362 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 392 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 1938 SET_BIT((__HANDLE__)->Instance->CR, ADC_CR_ADDIS); \ 2167 ADC_CR_JADSTART |ADC_CR_ADSTART | ADC_CR_ADDIS | \ 2177 (( ((((__HANDLE__)->Instance->CR) & (ADC_CR_ADEN | ADC_CR_ADDIS)) == ADC_CR_ADEN) && \
|
D | stm32f3xx_ll_adc.h | 362 …L | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) … 5862 ADC_CR_ADDIS); in LL_ADC_Disable() 5887 return (READ_BIT(ADCx->CR, ADC_CR_ADDIS) == (ADC_CR_ADDIS)); in LL_ADC_IsDisableOngoing()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 535 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 535 | ADC_CR_ADDIS | ADC_CR_ADEN) in LL_ADC_DeInit()
|