7#ifndef ZEPHYR_INCLUDE_VIDEO_STM32_DCMIPP_H_
8#define ZEPHYR_INCLUDE_VIDEO_STM32_DCMIPP_H_
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
int stm32_dcmipp_isp_init(DCMIPP_HandleTypeDef *hdcmipp, const struct device *source)
int stm32_dcmipp_isp_start(void)
void stm32_dcmipp_isp_vsync_update(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe)
int stm32_dcmipp_isp_stop(void)
Runtime device structure (in ROM) per driver instance.
Definition device.h:510