Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c1895 void DFSDM_ClearShortCircuitFlag(uint32_t DFSDM_CLEARF_SCD) in DFSDM_ClearShortCircuitFlag() argument
1898 assert_param(IS_DFSDM_SCD_CHANNEL_FLAG(DFSDM_CLEARF_SCD)); in DFSDM_ClearShortCircuitFlag()
1901 DFSDM1_0->FLTICR |= DFSDM_CLEARF_SCD; in DFSDM_ClearShortCircuitFlag()
1939 void DFSDM_ClearShortCircuitFlag(uint32_t Instance, uint32_t DFSDM_CLEARF_SCD) in DFSDM_ClearShortCircuitFlag() argument
1942 assert_param(IS_DFSDM_SCD_CHANNEL_FLAG(DFSDM_CLEARF_SCD)); in DFSDM_ClearShortCircuitFlag()
1947 DFSDM1_0->FLTICR |= DFSDM_CLEARF_SCD; in DFSDM_ClearShortCircuitFlag()
1952 DFSDM2_0->FLTICR |= DFSDM_CLEARF_SCD; in DFSDM_ClearShortCircuitFlag()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h790 void DFSDM_ClearShortCircuitFlag(uint32_t DFSDM_CLEARF_SCD);
793 void DFSDM_ClearShortCircuitFlag(uint32_t Instance, uint32_t DFSDM_CLEARF_SCD);

Completed in 9 milliseconds