Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_adc.h204 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | ADC_CR_A…
3486 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion()
3508 return (READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)); in LL_ADC_REG_IsStopConversionOngoing()
Dstm32l0xx_hal_adc.h638 (ADC_CR_ADCAL | ADC_CR_ADSTP | ADC_CR_ADSTART | \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_adc.c353 ( ADC_CR_ADSTP | ADC_CR_ADSTART in LL_ADC_DeInit()
Dstm32l0xx_hal_adc.c2049 hadc->Instance->CR |= ADC_CR_ADSTP; in ADC_ConversionStop()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h352 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA…
6101 ADC_CR_ADSTP); in LL_ADC_REG_StopConversion()
6123 return ((READ_BIT(ADCx->CR, ADC_CR_ADSTP) == (ADC_CR_ADSTP)) ? 1UL : 0UL); in LL_ADC_REG_IsStopConversionOngoing()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_adc.c546 ( ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_ADSTART in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c3385 …if ((hadc->Instance->CR & (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_… in ADC_Enable()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h767 #define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC stop of con… macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h860 #define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC stop of con… macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h876 #define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC stop of con… macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1583 #define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC group regul… macro