Home
last modified time | relevance | path

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

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c2037 ITStatus DFSDM_GetClockAbsenceITStatus(uint32_t DFSDM_IT_CLKAbsence) in DFSDM_GetClockAbsenceITStatus() argument
2043 assert_param(IS_DFSDM_CLK_ABS_IT(DFSDM_IT_CLKAbsence)); in DFSDM_GetClockAbsenceITStatus()
2046 itstatus = DFSDM0->FLTISR & DFSDM_IT_CLKAbsence; in DFSDM_GetClockAbsenceITStatus()
2105 ITStatus DFSDM_GetClockAbsenceITStatus(uint32_t Instance, uint32_t DFSDM_IT_CLKAbsence) in DFSDM_GetClockAbsenceITStatus() argument
2111 assert_param(IS_DFSDM_CLK_ABS_IT(DFSDM_IT_CLKAbsence)); in DFSDM_GetClockAbsenceITStatus()
2116 itstatus = DFSDM1_0->FLTISR & DFSDM_IT_CLKAbsence; in DFSDM_GetClockAbsenceITStatus()
2123 itstatus = DFSDM2_0->FLTISR & DFSDM_IT_CLKAbsence; in DFSDM_GetClockAbsenceITStatus()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h799 ITStatus DFSDM_GetClockAbsenceITStatus(uint32_t DFSDM_IT_CLKAbsence);
802 ITStatus DFSDM_GetClockAbsenceITStatus(uint32_t Instance, uint32_t DFSDM_IT_CLKAbsence);

Completed in 8 milliseconds