Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c1544 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()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h460 #define DFSDM_IT_SCD DFSDM_FLTCR2_SCDIE macro
468 ((IT) == DFSDM_IT_SCD) || \

Completed in 8 milliseconds