Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h1124 #define IS_ADC_DFSDMCFG_MODE(__HANDLE__) (((__HANDLE__)->Init.DFSDMConfig == ADC_DFSDM_MODE_DISABLE… macro
1127 #define IS_ADC_DFSDMCFG_MODE(__HANDLE__) (SET) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc.c438 assert_param(IS_ADC_DFSDMCFG_MODE(hadc)); in HAL_ADC_Init()