Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c324 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart()
665 tmp_config_injected_queue = READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_InjectedStart_IT()
2214 CLEAR_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADCEx_EnableInjectedQueue()
Dstm32l4xx_ll_adc.c605 ADC_CFGR_JQDIS in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c795 SET_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS); in HAL_ADC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h1007 #define LL_ADC_INJ_QUEUE_DISABLE (ADC_CFGR_JQDIS) /* Group injected sequence co…
4281 MODIFY_REG(ADCx->CFGR, ADC_CFGR_JQM | ADC_CFGR_JQDIS, QueueMode); in LL_ADC_INJ_SetQueueMode()
4296 return (uint32_t)(READ_BIT(ADCx->CFGR, ADC_CFGR_JQM | ADC_CFGR_JQDIS)); in LL_ADC_INJ_GetQueueMode()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1683 #define ADC_CFGR_JQDIS ADC_CFGR_JQDIS_Msk /*!< ADC group injec… macro