Searched refs:TriggerSource (Results 1 – 8 of 8) sorted by relevance
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_dac.c | 176 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init() 203 (DAC_InitStruct->TriggerSource in LL_DAC_Init() 218 (DAC_InitStruct->TriggerSource in LL_DAC_Init() 242 DAC_InitStruct->TriggerSource = LL_DAC_TRIG_SOFTWARE; in LL_DAC_StructInit()
|
| A D | stm32l1xx_ll_adc.c | 644 assert_param(IS_LL_ADC_REG_TRIG_SOURCE(ADC_REG_InitStruct->TriggerSource)); in LL_ADC_REG_Init() 701 (ADC_REG_InitStruct->TriggerSource & ADC_CR2_EXTSEL) in LL_ADC_REG_Init() 736 ADC_REG_InitStruct->TriggerSource = LL_ADC_REG_TRIG_SOFTWARE; in LL_ADC_REG_StructInit() 781 assert_param(IS_LL_ADC_INJ_TRIG_SOURCE(ADC_INJ_InitStruct->TriggerSource)); in LL_ADC_INJ_Init() 828 (ADC_INJ_InitStruct->TriggerSource & ADC_CR2_JEXTSEL) in LL_ADC_INJ_Init() 857 ADC_INJ_InitStruct->TriggerSource = LL_ADC_INJ_TRIG_SOFTWARE; in LL_ADC_INJ_StructInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_adc.h | 473 …uint32_t TriggerSource; /*!< Set ADC group regular conversion trigger source: intern… member 2591 __STATIC_INLINE void LL_ADC_REG_SetTriggerSource(ADC_TypeDef *ADCx, uint32_t TriggerSource) in LL_ADC_REG_SetTriggerSource() argument 2598 MODIFY_REG(ADCx->CR2, ADC_CR2_EXTSEL, (TriggerSource & ADC_CR2_EXTSEL)); in LL_ADC_REG_SetTriggerSource() 2633 uint32_t TriggerSource = READ_BIT(ADCx->CR2, ADC_CR2_EXTSEL | ADC_CR2_EXTEN); in LL_ADC_REG_GetTriggerSource() local 2637 …uint32_t ShiftExten = ((TriggerSource & ADC_CR2_EXTEN) >> (ADC_REG_TRIG_EXTEN_BITOFFSET_POS - 2U)); in LL_ADC_REG_GetTriggerSource() 2641 return ((TriggerSource in LL_ADC_REG_GetTriggerSource() 3304 __STATIC_INLINE void LL_ADC_INJ_SetTriggerSource(ADC_TypeDef *ADCx, uint32_t TriggerSource) in LL_ADC_INJ_SetTriggerSource() argument 3311 MODIFY_REG(ADCx->CR2, ADC_CR2_JEXTSEL, (TriggerSource & ADC_CR2_JEXTSEL)); in LL_ADC_INJ_SetTriggerSource() 3346 uint32_t TriggerSource = READ_BIT(ADCx->CR2, ADC_CR2_JEXTSEL | ADC_CR2_JEXTEN); in LL_ADC_INJ_GetTriggerSource() local 3350 …uint32_t ShiftExten = ((TriggerSource & ADC_CR2_JEXTEN) >> (ADC_INJ_TRIG_EXTEN_BITOFFSET_POS - 2U)… in LL_ADC_INJ_GetTriggerSource() [all …]
|
| A D | stm32l1xx_ll_dac.h | 159 …uint32_t TriggerSource; /*!< Set the conversion trigger source for the selected DAC … member 518 …NLINE void LL_DAC_SetTriggerSource(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t TriggerSource) in LL_DAC_SetTriggerSource() argument 522 TriggerSource << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetTriggerSource()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_adc.c | 497 assert_param(IS_ADC_REG_TRIG_SOURCE(ADC_REG_InitStruct->TriggerSource)); in LL_ADC_REG_Init() 533 ADC_REG_InitStruct->TriggerSource in LL_ADC_REG_Init() 546 ADC_REG_InitStruct->TriggerSource in LL_ADC_REG_Init() 635 assert_param(IS_ADC_INJ_TRIG_SOURCE(ADC_INJ_InitStruct->TriggerSource)); in LL_ADC_INJ_Init() 670 ADC_INJ_InitStruct->TriggerSource in LL_ADC_INJ_Init()
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_adc.c | 87 ADC_InitStruct->TriggerSource = ADC_TRIGSOURCE_OFF; in ADC_StructInit() 162 assert_parameters(IS_ADC_TRIGSOURCE(ADC_InitStruct->TriggerSource)); in ADC_Init() 178 tmp_adcctrl0 |= (ADC_InitStruct->TriggerSource | ADC_InitStruct->ClockSource); in ADC_Init()
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_adc.h | 29 uint32_t TriggerSource; member
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_adc.h | 879 …ADC_RegExtTrigSrcETypeDef TriggerSource; /*!< Set ADC group regular conversion trigger source: … member 901 …ADC_InjExtTrigSrcETypeDef TriggerSource; /*!< Set ADC group injected conversion trigger source: … member
|
Completed in 40 milliseconds