Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dfsdm.h1052 #define IS_DFSDM_CLOCKIN_SELECTION(SELECTION) (((SELECTION) == HAL_DFSDM2_CKIN_PAD) || \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c3802 assert_param(IS_DFSDM_CLOCKIN_SELECTION(source)); in HAL_DFSDM_ClockIn_SourceSelection()