Searched refs:DFSDM_IT_SCD (Results 1 – 2 of 2) sorted by relevance
1544 DFSDM1_0->FLTCR2 |= DFSDM_IT_SCD; in DFSDM_ITShortCircuitDetectorCmd()1549 DFSDM1_0->FLTCR2 &= ~(DFSDM_IT_SCD); in DFSDM_ITShortCircuitDetectorCmd()1613 DFSDM1_0->FLTCR2 |= DFSDM_IT_SCD; in DFSDM_ITShortCircuitDetectorCmd()1618 DFSDM1_0->FLTCR2 &= ~(DFSDM_IT_SCD); in DFSDM_ITShortCircuitDetectorCmd()1626 DFSDM2_0->FLTCR2 |= DFSDM_IT_SCD; in DFSDM_ITShortCircuitDetectorCmd()1631 DFSDM2_0->FLTCR2 &= ~(DFSDM_IT_SCD); in DFSDM_ITShortCircuitDetectorCmd()2081 itenable = DFSDM0->FLTCR2 & DFSDM_IT_SCD; in DFSDM_GetShortCircuitITStatus()2162 itenable = DFSDM1_0->FLTCR2 & DFSDM_IT_SCD; in DFSDM_GetShortCircuitITStatus()2170 itenable = DFSDM2_0->FLTCR2 & DFSDM_IT_SCD; in DFSDM_GetShortCircuitITStatus()
460 #define DFSDM_IT_SCD DFSDM_FLTCR2_SCDIE macro468 ((IT) == DFSDM_IT_SCD) || \
Completed in 8 milliseconds