Home
last modified time | relevance | path

Searched refs:ADC_CR_ADSTP (Results 1 – 25 of 252) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h183 #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()
Dstm32f0xx_hal_adc.h617 (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_ADDIS | ADC_CR_ADEN) \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h187 #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/
Dstm32wlxx_ll_adc.h253 … | 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/
Dstm32wbaxx_ll_adc.h247 … | 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/
Dstm32u0xx_ll_adc.h254 … | 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/
Dstm32c0xx_ll_adc.h263 #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/
Dstm32g0xx_ll_adc.h254 … | 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/
Dstm32wbxx_ll_adc.c551 (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/
Dstm32wbxx_ll_adc.h430 #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/
Dstm32n6xx_ll_adc.h377 … | 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/
Dstm32h5xx_ll_adc.h355 … | 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/
Dstm32mp1xx_ll_adc.h358 #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/
Dstm32h7rsxx_ll_adc.h363 … | 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/
Dstm32l4xx_ll_adc.h364 … | 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/
Dstm32l5xx_ll_adc.h364 … | 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/
Dstm32g4xx_ll_adc.h363 … | 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/
Dstm32f0xx_ll_adc.c250 ( ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h479 #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/
Dstm32h7xx_ll_adc.h366 #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/
Dstm32wbaxx_ll_adc.c336 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_adc.c354 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_adc.c351 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c361 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c370 (ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()

1234567891011