Searched refs:DFSDM_CLEARF_SCD (Results 1 – 2 of 2) sorted by relevance
1895 void DFSDM_ClearShortCircuitFlag(uint32_t DFSDM_CLEARF_SCD) in DFSDM_ClearShortCircuitFlag() argument1898 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() argument1942 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()
790 void DFSDM_ClearShortCircuitFlag(uint32_t DFSDM_CLEARF_SCD);793 void DFSDM_ClearShortCircuitFlag(uint32_t Instance, uint32_t DFSDM_CLEARF_SCD);
Completed in 9 milliseconds