Home
last modified time | relevance | path

Searched refs:ADC_CFGR2_JOVSE (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.c1919 ADC_CFGR2_JOVSE | in HAL_ADCEx_InjectedConfigChannel()
1922 ADC_CFGR2_JOVSE | in HAL_ADCEx_InjectedConfigChannel()
1930 CLEAR_BIT( hadc->Instance->CFGR2, ADC_CFGR2_JOVSE); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l4xx_ll_adc.c611 | ADC_CFGR2_OVSR | ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE) in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c799 … ADC_CFGR2_OVSR | ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE ); in HAL_ADC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_adc.h1194 #define LL_ADC_OVS_GRP_INJECTED ( ADC_CFGR2_JOVSE ) /*…
1195 #define LL_ADC_OVS_GRP_INJ_REG_RESUMED ( ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE) /*…
5420 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_ROVSE | ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSM, OvsScope); in LL_ADC_SetOverSamplingScope()
5445 return (uint32_t)(READ_BIT(ADCx->CFGR2, ADC_CFGR2_ROVSE | ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSM)); in LL_ADC_GetOverSamplingScope()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1691 #define ADC_CFGR2_JOVSE ADC_CFGR2_JOVSE_Msk /*!< ADC oversampler… macro