Home
last modified time | relevance | path

Searched refs:ADC_CR2_EOCS (Results 1 – 10 of 10) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_adc_ex.h380 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_…
383 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_…
458 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
466 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
Dstm32l1xx_ll_adc.h822 #define LL_ADC_REG_FLAG_EOC_UNITARY_CONV (ADC_CR2_EOCS) /*!< ADC flag EOS (end of sequence c…
3260 MODIFY_REG(ADCx->CR2, ADC_CR2_EOCS, EocSelection); in LL_ADC_REG_SetFlagEndOfConversion()
3275 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_EOCS)); in LL_ADC_REG_GetFlagEndOfConversion()
Dstm32l1xx_hal_adc.h355 #define ADC_EOC_SINGLE_CONV ((uint32_t)ADC_CR2_EOCS)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_adc.c947 if (HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_EOCS) && in HAL_ADC_PollForConversion()
1002 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_PollForConversion()
1433 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in HAL_ADC_IRQHandler()
1476 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADC_IRQHandler()
2014 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) ) in ADC_DMAConvCplt()
Dstm32l1xx_ll_adc.c391 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
399 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
Dstm32l1xx_hal_adc_ex.c363 HAL_IS_BIT_CLR(hadc->Instance->CR2, ADC_CR2_EOCS) ) && in HAL_ADCEx_InjectedPollForConversion()
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h867 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h867 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h961 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h986 #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unit… macro