Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c1521 DFSDM1_0->FLTCR2 |= DFSDM_IT_CKAB; in DFSDM_ITClockAbsenceCmd()
1526 DFSDM1_0->FLTCR2 &= ~(DFSDM_IT_CKAB); in DFSDM_ITClockAbsenceCmd()
1572 DFSDM1_0->FLTCR2 |= DFSDM_IT_CKAB; in DFSDM_ITClockAbsenceCmd()
1577 DFSDM1_0->FLTCR2 &= ~(DFSDM_IT_CKAB); in DFSDM_ITClockAbsenceCmd()
1585 DFSDM2_0->FLTCR2 |= DFSDM_IT_CKAB; in DFSDM_ITClockAbsenceCmd()
1590 DFSDM2_0->FLTCR2 &= ~(DFSDM_IT_CKAB); in DFSDM_ITClockAbsenceCmd()
2049 itenable = DFSDM0->FLTCR2 & DFSDM_IT_CKAB; in DFSDM_GetClockAbsenceITStatus()
2118 itenable = DFSDM1_0->FLTCR2 & DFSDM_IT_CKAB; in DFSDM_GetClockAbsenceITStatus()
2125 itenable = DFSDM1_0->FLTCR2 & DFSDM_IT_CKAB; in DFSDM_GetClockAbsenceITStatus()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h461 #define DFSDM_IT_CKAB DFSDM_FLTCR2_CKABIE macro
469 ((IT) == DFSDM_IT_CKAB))

Completed in 8 milliseconds