Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc_ex.c297 SET_BIT(hadc->Instance->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in HAL_ADCEx_InjectedStart()
302 SET_BIT(hadc->Instance->CR2, ADC_CR2_JEXTTRIG); in HAL_ADCEx_InjectedStart()
575 SET_BIT(hadc->Instance->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in HAL_ADCEx_InjectedStart_IT()
580 SET_BIT(hadc->Instance->CR2, ADC_CR2_JEXTTRIG); in HAL_ADCEx_InjectedStart_IT()
Dstm32f1xx_hal_adc.c583 ADC_CR2_JEXTTRIG | ADC_CR2_JEXTSEL | in HAL_ADC_Init()
671 ADC_CR2_EXTTRIG | ADC_CR2_EXTSEL | ADC_CR2_JEXTTRIG | in HAL_ADC_DeInit()
Dstm32f1xx_ll_adc.c450 | ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG | ADC_CR2_JEXTSEL in LL_ADC_DeInit()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h687 #define LL_ADC_INJ_TRIG_EXT_RISING ADC_CR2_JEXTTRIG /*!< ADC group i…
3454 SET_BIT(ADCx->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in LL_ADC_INJ_StartConversionSWStart()
3491 CLEAR_BIT(ADCx->CR2, ADC_CR2_JEXTTRIG); in LL_ADC_INJ_StopConversionExtTrig()
Dstm32f1xx_hal_adc_ex.h157 #define ADC_EXTERNALTRIGINJECCONV_EDGE_RISING ((uint32_t)ADC_CR2_JEXTTRIG)
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c738 ADC_CR2_JEXTTRIG | ADC_CR2_JEXTSEL | in HAL_ADC_Init()
1073 ADC_CR2_EXTTRIG | ADC_CR2_EXTSEL | ADC_CR2_JEXTTRIG | in HAL_ADC_DeInit()
3786 SET_BIT(hadc->Instance->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in HAL_ADCEx_InjectedStart()
3791 SET_BIT(hadc->Instance->CR2, ADC_CR2_JEXTTRIG); in HAL_ADCEx_InjectedStart()
4385 SET_BIT(hadc->Instance->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in HAL_ADCEx_InjectedStart_IT()
4390 SET_BIT(hadc->Instance->CR2, ADC_CR2_JEXTTRIG); in HAL_ADCEx_InjectedStart_IT()
Dstm32f3xx_ll_adc.c1563 | ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG | ADC_CR2_JEXTSEL in LL_ADC_DeInit()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h1428 #define ADC_EXTERNALTRIGINJECCONV_EDGE_RISING ((uint32_t)ADC_CR2_JEXTTRIG)
Dstm32f3xx_ll_adc.h10468 SET_BIT(ADCx->CR2, (ADC_CR2_JSWSTART | ADC_CR2_JEXTTRIG)); in LL_ADC_INJ_StartConversion()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3179 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f101xb.h3241 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f100xb.h3393 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f102x6.h3228 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f100xe.h3740 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f101xe.h3636 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f101xg.h3711 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f102xb.h3282 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f103x6.h3337 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f103xb.h3399 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f103xe.h3861 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f103xg.h3931 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f105xc.h4085 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
Dstm32f107xc.h4177 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< ADC group injec… macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/soc/
Dstm32f373xc.h1018 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< External Trigge… macro
Dstm32f378xx.h977 #define ADC_CR2_JEXTTRIG ADC_CR2_JEXTTRIG_Msk /*!< External Trigge… macro