Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_adc_ex.h1154 #define IS_ADC_DFSDMCFG_MODE(__HANDLE__) (((__HANDLE__)->Init.DFSDMConfig == ADC_DFSDM_MODE_DISABLE… macro
1157 #define IS_ADC_DFSDMCFG_MODE(__HANDLE__) (SET) macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc.c422 assert_param(IS_ADC_DFSDMCFG_MODE(hadc)); in HAL_ADC_Init()