Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dfsdm.h1056 #define IS_DFSDM_CLOCKOUT_SELECTION(SELECTION) (((SELECTION) == HAL_DFSDM2_CKOUT_DFSDM2) ||… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c3835 assert_param(IS_DFSDM_CLOCKOUT_SELECTION(source)); in HAL_DFSDM_ClockOut_SourceSelection()