Home
last modified time | relevance | path

Searched refs:QueueInjectedContext (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c1260 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1438 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1447 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c1669 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1849 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1858 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c1669 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1849 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1858 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c1676 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1858 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1867 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c1733 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1922 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1931 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c1732 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1914 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1923 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1742 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1935 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
1944 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1847 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
2075 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
2084 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h144 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h201 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h201 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h151 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h186 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h166 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h186 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c6034 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
6221 … ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext) | in HAL_ADCEx_InjectedConfigChannel()
6231 ADC_CFGR_INJECT_CONTEXT_QUEUE((uint32_t)sConfigInjected->QueueInjectedContext) ); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h201 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h245 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature… member