Searched refs:DFSDM_CLEARF_CLKAbsence (Results 1 – 2 of 2) sorted by relevance
1880 void DFSDM_ClearClockAbsenceFlag(uint32_t DFSDM_CLEARF_CLKAbsence) in DFSDM_ClearClockAbsenceFlag() argument1883 assert_param(IS_DFSDM_CLK_ABS_CLEARF(DFSDM_CLEARF_CLKAbsence)); in DFSDM_ClearClockAbsenceFlag()1886 DFSDM1_0->FLTICR |= DFSDM_CLEARF_CLKAbsence; in DFSDM_ClearClockAbsenceFlag()1914 void DFSDM_ClearClockAbsenceFlag(uint32_t Instance, uint32_t DFSDM_CLEARF_CLKAbsence) in DFSDM_ClearClockAbsenceFlag() argument1917 assert_param(IS_DFSDM_CLK_ABS_CLEARF(DFSDM_CLEARF_CLKAbsence)); in DFSDM_ClearClockAbsenceFlag()1922 DFSDM1_0->FLTICR |= DFSDM_CLEARF_CLKAbsence; in DFSDM_ClearClockAbsenceFlag()1927 DFSDM2_0->FLTICR |= DFSDM_CLEARF_CLKAbsence; in DFSDM_ClearClockAbsenceFlag()
789 void DFSDM_ClearClockAbsenceFlag(uint32_t DFSDM_CLEARF_CLKAbsence);792 void DFSDM_ClearClockAbsenceFlag(uint32_t Instance, uint32_t DFSDM_CLEARF_CLKAbsence);
Completed in 9 milliseconds