Searched refs:DFSDM_Threshold (Results 1 – 2 of 2) sorted by relevance
1827 …tchdogFlagStatus(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_t DFSDM_Threshold) in DFSDM_GetWatchdogFlagStatus() argument1833 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() argument1975 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()
785 …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 10 milliseconds