Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dfsdm.h657 #define HAL_DFSDM2_CKOUT_DFSDM2 0x10000000U macro
1056 #define IS_DFSDM_CLOCKOUT_SELECTION(SELECTION) (((SELECTION) == HAL_DFSDM2_CKOUT_DFSDM2) ||…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c3839 if((source == HAL_DFSDM2_CKOUT_DFSDM2) || (source == HAL_DFSDM2_CKOUT_M27)) in HAL_DFSDM_ClockOut_SourceSelection()
3843 if(source == HAL_DFSDM2_CKOUT_DFSDM2) in HAL_DFSDM_ClockOut_SourceSelection()