Home
last modified time | relevance | path

Searched refs:tmp_config_injected_queue (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.c282 uint32_t tmp_config_injected_queue; in HAL_ADCEx_InjectedStart() local
303 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart()
306 && (tmp_config_injected_queue == 0UL) in HAL_ADCEx_InjectedStart()
623 uint32_t tmp_config_injected_queue; in HAL_ADCEx_InjectedStart_IT() local
644 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart_IT()
647 && (tmp_config_injected_queue == 0UL) in HAL_ADCEx_InjectedStart_IT()