Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c598 void DFSDM_ConfigBRKAnalogWatchDog(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDBreak_i in DFSDM_ConfigBRKAnalogWatchDog() argument
602 assert_param(IS_DFSDM_SCD_BREAK_SIGNAL(DFSDM_SCDBreak_i)); in DFSDM_ConfigBRKAnalogWatchDog()
608 DFSDM_Channelx -> CHAWSCDR |= DFSDM_SCDBreak_i; in DFSDM_ConfigBRKAnalogWatchDog()
613 DFSDM_Channelx -> CHAWSCDR &= ~(DFSDM_SCDBreak_i); in DFSDM_ConfigBRKAnalogWatchDog()
638 …hortCircuitDetector(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDBreak_i, FunctionalSt… in DFSDM_ConfigBRKShortCircuitDetector() argument
642 assert_param(IS_DFSDM_SCD_BREAK_SIGNAL(DFSDM_SCDBreak_i)); in DFSDM_ConfigBRKShortCircuitDetector()
648 DFSDM_Channelx -> CHAWSCDR |= DFSDM_SCDBreak_i; in DFSDM_ConfigBRKShortCircuitDetector()
653 DFSDM_Channelx -> CHAWSCDR &= ~(DFSDM_SCDBreak_i); in DFSDM_ConfigBRKShortCircuitDetector()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h751 …hortCircuitDetector(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDBreak_i, FunctionalSt…
752 void DFSDM_ConfigBRKAnalogWatchDog(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDBreak_i

Completed in 11 milliseconds