Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c303 uint32_t tmp_config_injected_queue; in HAL_ADCEx_InjectedStart() local
324 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart()
327 && (tmp_config_injected_queue == 0UL) in HAL_ADCEx_InjectedStart()
644 uint32_t tmp_config_injected_queue; in HAL_ADCEx_InjectedStart_IT() local
665 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart_IT()
668 && (tmp_config_injected_queue == 0UL) in HAL_ADCEx_InjectedStart_IT()