Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Video interface bus types

Bus type values for the devicetree bus-type property. More...

Macros

#define VIDEO_BUS_TYPE_CSI2_CPHY   1
 MIPI CSI-2 C-PHY.
#define VIDEO_BUS_TYPE_CSI1   2
 MIPI CSI-1.
#define VIDEO_BUS_TYPE_CCP2   3
 SMIA CCP2 (Compact Camera Port 2).
#define VIDEO_BUS_TYPE_CSI2_DPHY   4
 MIPI CSI-2 D-PHY.
#define VIDEO_BUS_TYPE_PARALLEL   5
 Parallel.
#define VIDEO_BUS_TYPE_BT656   6
 BT.656.

Detailed Description

Bus type values for the devicetree bus-type property.

These values identify the type of data bus connecting two video endpoints. They are meant to be used as the bus-type property of a video endpoint node in devicetree.

Macro Definition Documentation

◆ VIDEO_BUS_TYPE_BT656

#define VIDEO_BUS_TYPE_BT656   6

◆ VIDEO_BUS_TYPE_CCP2

#define VIDEO_BUS_TYPE_CCP2   3

#include <zephyr/dt-bindings/video/video-interfaces.h>

SMIA CCP2 (Compact Camera Port 2).

◆ VIDEO_BUS_TYPE_CSI1

#define VIDEO_BUS_TYPE_CSI1   2

◆ VIDEO_BUS_TYPE_CSI2_CPHY

#define VIDEO_BUS_TYPE_CSI2_CPHY   1

#include <zephyr/dt-bindings/video/video-interfaces.h>

MIPI CSI-2 C-PHY.

◆ VIDEO_BUS_TYPE_CSI2_DPHY

#define VIDEO_BUS_TYPE_CSI2_DPHY   4

#include <zephyr/dt-bindings/video/video-interfaces.h>

MIPI CSI-2 D-PHY.

◆ VIDEO_BUS_TYPE_PARALLEL

#define VIDEO_BUS_TYPE_PARALLEL   5