Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dcmi.c184 #define DCMI_TIMEOUT_STOP ((uint32_t)1000U) /*!< 1s */ macro
608 if((HAL_GetTick() - tickstart ) > DCMI_TIMEOUT_STOP) in HAL_DCMI_Stop()
664 if((HAL_GetTick() - tickstart ) > DCMI_TIMEOUT_STOP) in HAL_DCMI_Suspend()