Searched defs:video_stm32_dcmi_data (Results 1 – 1 of 1) sorted by relevance
38 struct video_stm32_dcmi_data { struct39 const struct device *dev;40 DCMI_HandleTypeDef hdcmi;41 struct video_format fmt;42 struct k_fifo fifo_in;66 struct video_stm32_dcmi_data *dev_data = in HAL_DCMI_FrameEventCallback() argument