Home
last modified time | relevance | path

Searched refs:DCMI_FLAG_ERRRI (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_dcmi.h238 #define DCMI_FLAG_ERRRI ((uint16_t)0x0004) macro
254 ((FLAG) == DCMI_FLAG_ERRRI) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dcmi.h238 #define DCMI_FLAG_ERRRI ((uint16_t)0x0004) macro
254 ((FLAG) == DCMI_FLAG_ERRRI) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_dcmi.c419 if (__HAL_DCMI_GET_FLAG(hdcmi, DCMI_FLAG_ERRRI) != RESET) { in HAL_DCMI_IRQHandler()
425 __HAL_DCMI_CLEAR_FLAG(hdcmi, DCMI_FLAG_ERRRI); in HAL_DCMI_IRQHandler()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_dcmi.h253 #define DCMI_FLAG_ERRRI ((uint32_t)DCMI_RISR_ERR_RIS) macro

Completed in 9 milliseconds