/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_adc.h | 183 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_A… 2903 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 2925 return (READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)); in LL_ADC_REG_IsStopConversionOngoing()
|
D | stm32f0xx_hal_adc.h | 617 (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) \
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 187 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_A… 3510 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 3532 return (READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 253 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 4426 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 4448 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_adc.h | 247 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 4333 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 4355 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_adc.h | 254 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 4684 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 4706 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 263 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART \ 4774 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 4796 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 254 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 4752 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 4774 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 551 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit() 557 (ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 430 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_A… 432 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA… 6854 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 6876 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 377 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 6351 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 6373 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 355 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 6982 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 7004 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 358 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA… 5877 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 5899 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 363 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 6916 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 6938 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 364 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 6939 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 6961 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 364 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 6598 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 6620 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 363 … | ADC_CR_ADSTART | ADC_CR_ADSTP) /* ADC register CR bits with 7857 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 7879 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 250 ( ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 479 #define ADC_CR_BITS_PROPERTY_RS ( ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART… 8027 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 8049 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 366 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA… 7064 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion() 7086 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_adc.c | 336 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_adc.c | 354 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_adc.c | 351 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 361 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 370 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
|