Zephyr Project API
4.2.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
usbd_uvc.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 tinyVision.ai Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
#ifndef ZEPHYR_INCLUDE_USB_CLASS_USBD_UVC_H
13
#define ZEPHYR_INCLUDE_USB_CLASS_USBD_UVC_H
14
15
#include <
zephyr/device.h
>
16
41
void
uvc_set_video_dev
(
const
struct
device
*uvc_dev,
const
struct
device
*video_dev);
42
47
#endif
/* ZEPHYR_INCLUDE_USB_CLASS_USBD_UVC_H */
device.h
uvc_set_video_dev
void uvc_set_video_dev(const struct device *uvc_dev, const struct device *video_dev)
Set the video device that a UVC instance will use.
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:510
include
zephyr
usb
class
usbd_uvc.h
Generated on Mon Aug 4 2025 08:56:50 for Zephyr Project API by
1.9.8