/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1271 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1293 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1303 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1337 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit() 1903 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1926 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1936 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1975 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 800 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 823 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 833 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 872 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 815 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 838 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 848 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 888 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 827 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 850 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 860 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 900 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 837 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 860 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 870 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 910 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 830 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 853 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 863 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 903 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 965 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 987 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 997 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1031 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 965 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 988 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 998 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1032 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 965 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 987 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 997 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1031 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 980 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1002 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1012 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1046 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 1022 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1044 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1054 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1088 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 993 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1015 | pADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1025 | pADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1059 pADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 1174 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1196 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1206 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1240 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 1077 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(ADC_INJ_InitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1099 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1109 | ADC_INJ_InitStruct->TrigAuto in LL_ADC_INJ_Init() 1143 ADC_INJ_InitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 1173 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1193 pADC_InjInitStruct->SequencerDiscont | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1200 LL_ADC_REG_SEQ_DISCONT_DISABLE | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1230 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 1332 assert_param(IS_LL_ADC_INJ_TRIG_AUTO(pADC_InjInitStruct->TrigAuto)); in LL_ADC_INJ_Init() 1354 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1364 | pADC_InjInitStruct->TrigAuto in LL_ADC_INJ_Init() 1398 pADC_InjInitStruct->TrigAuto = LL_ADC_INJ_TRIG_INDEPENDENT; in LL_ADC_INJ_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 387 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 2676 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 2678 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 599 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 4381 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 4383 MODIFY_REG(ADCx->CFGR, ADC_CFGR_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto() 7645 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 9804 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 9806 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 466 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 2961 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 2963 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 476 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 3069 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 3071 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 480 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 3115 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 3117 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_adc.h | 546 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 3706 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 3708 MODIFY_REG(ADCx->CR1, ADC_CR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 659 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 4868 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 4870 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 610 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 5089 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 5091 MODIFY_REG(ADCx->CFGR, ADC_CFGR_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 583 …uint32_t TrigAuto; /*!< Set ADC group injected conversion trigger: independent … member 4117 __STATIC_INLINE void LL_ADC_INJ_SetTrigAuto(ADC_TypeDef *ADCx, uint32_t TrigAuto) in LL_ADC_INJ_SetTrigAuto() argument 4119 MODIFY_REG(ADCx->CFGR, ADC_CFGR_JAUTO, TrigAuto); in LL_ADC_INJ_SetTrigAuto()
|