Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c713 void DFSDM_ConfigAnalogWatchdog(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint32_t … in DFSDM_ConfigAnalogWatchdog() argument
720 assert_param(IS_DFSDM_AWD_CHANNEL(DFSDM_AWDChannelx)); in DFSDM_ConfigAnalogWatchdog()
730 tmpreg1 |= DFSDM_AWDChannelx; in DFSDM_ConfigAnalogWatchdog()
1827 FlagStatus DFSDM_GetWatchdogFlagStatus(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, ui… in DFSDM_GetWatchdogFlagStatus() argument
1834 assert_param(IS_DFSDM_AWD_CHANNEL(DFSDM_AWDChannelx)); in DFSDM_GetWatchdogFlagStatus()
1836 if ((DFSDMx->FLTAWSR & ((DFSDM_AWDChannelx >> 16) << DFSDM_Threshold) ) != RESET) in DFSDM_GetWatchdogFlagStatus()
1971 void DFSDM_ClearAnalogWatchdogFlag(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_… in DFSDM_ClearAnalogWatchdogFlag() argument
1976 assert_param(IS_DFSDM_AWD_CHANNEL(DFSDM_AWDChannelx)); 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.h754 void DFSDM_ConfigAnalogWatchdog(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint32_t …
785 FlagStatus DFSDM_GetWatchdogFlagStatus(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, ui…
795 void DFSDM_ClearAnalogWatchdogFlag(DFSDM_Filter_TypeDef* DFSDMx, uint32_t DFSDM_AWDChannelx, uint8_…

Completed in 14 milliseconds