Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c1827 …tchdogFlagStatus(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_t DFSDM_Threshold) in DFSDM_GetWatchdogFlagStatus() argument
1833 assert_param(IS_DFSDM_Threshold(DFSDM_Threshold)); in DFSDM_GetWatchdogFlagStatus()
1836 if ((DFSDMx->FLTAWSR & ((DFSDM_AWDChannelx >> 16) << DFSDM_Threshold) ) != RESET) in DFSDM_GetWatchdogFlagStatus()
1971 …alogWatchdogFlag(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_t DFSDM_Threshold) in DFSDM_ClearAnalogWatchdogFlag() argument
1975 assert_param(IS_DFSDM_Threshold(DFSDM_Threshold)); in DFSDM_ClearAnalogWatchdogFlag()
1978 if ((DFSDMx->FLTAWSR & ((DFSDM_AWDChannelx >> 16) << DFSDM_Threshold) ) != RESET) in DFSDM_ClearAnalogWatchdogFlag()
1981 DFSDMx->FLTAWCFR |= (DFSDM_AWDChannelx >> 16) << DFSDM_Threshold; in DFSDM_ClearAnalogWatchdogFlag()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h785 …chdogFlagStatus(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_t DFSDM_Threshold);
795 …logWatchdogFlag(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_t DFSDM_Threshold);

Completed in 9 milliseconds