Home
last modified time | relevance | path

Searched refs:DCMI_IT_OVF (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_dcmi.h209 #define DCMI_IT_OVF ((uint16_t)0x0002) macro
215 ((IT) == DCMI_IT_OVF) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dcmi.h209 #define DCMI_IT_OVF ((uint16_t)0x0002) macro
215 ((IT) == DCMI_IT_OVF) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_dcmi.c200 __HAL_DCMI_ENABLE_IT(hdcmi, DCMI_IT_OVF); in HAL_DCMI_Init()
445 if (__HAL_DCMI_GET_IT_SOURCE(hdcmi, DCMI_IT_OVF) != RESET) { in HAL_DCMI_IRQHandler()
447 __HAL_DCMI_DISABLE_IT(hdcmi, DCMI_IT_OVF); in HAL_DCMI_IRQHandler()
A Dstm32f7xx_hal_dcmi_ex.c163 __HAL_DCMI_ENABLE_IT(hdcmi, DCMI_IT_OVF); in HAL_DCMI_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_dcmi.h230 #define DCMI_IT_OVF ((uint32_t)DCMI_IER_OVF_IE) macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h1169 #define DCMI_IT_OVF DCMI_IT_OVR macro

Completed in 28 milliseconds