Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc_ex.c1640 uint32_t tmp_JSQR_ContextQueueBeingBuilt = 0U; in HAL_ADCEx_InjectedConfigChannel() local
1725tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel()
1732tmp_JSQR_ContextQueueBeingBuilt = (ADC_JSQR_RK(sConfigInjected->InjectedChannel, ADC_INJECTED_RANK… in HAL_ADCEx_InjectedConfigChannel()
1735 MODIFY_REG(hadc->Instance->JSQR, ADC_JSQR_FIELDS, tmp_JSQR_ContextQueueBeingBuilt); in HAL_ADCEx_InjectedConfigChannel()
1737 hadc->InjectionConfig.ContextQueue = tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()
1775 tmp_JSQR_ContextQueueBeingBuilt = ((sConfigInjected->InjectedNbrOfConversion - 1U) in HAL_ADCEx_InjectedConfigChannel()
1782 tmp_JSQR_ContextQueueBeingBuilt = ((sConfigInjected->InjectedNbrOfConversion - 1U)); in HAL_ADCEx_InjectedConfigChannel()
1790 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1793tmp_JSQR_ContextQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->… in HAL_ADCEx_InjectedConfigChannel()
1801 hadc->InjectionConfig.ContextQueue |= tmp_JSQR_ContextQueueBeingBuilt; in HAL_ADCEx_InjectedConfigChannel()