Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32_dcmipp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 STMicroelectronics.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_VIDEO_STM32_DCMIPP_H_
8#define ZEPHYR_INCLUDE_VIDEO_STM32_DCMIPP_H_
9
10/* Prototypes of ISP external handler weak functions */
11void stm32_dcmipp_isp_vsync_update(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe);
12int stm32_dcmipp_isp_init(DCMIPP_HandleTypeDef *hdcmipp, const struct device *source);
15
16#endif /* 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