Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dvp-20pin-connector.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 tinyVision.ai Inc.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5#ifndef INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_
6#define INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_
7
12#define DVP_20PIN_SCL 3
13#define DVP_20PIN_SDA 4
14#define DVP_20PIN_VS 5
15#define DVP_20PIN_HS 6
16#define DVP_20PIN_PCLK 7
17#define DVP_20PIN_XCLK 8
18#define DVP_20PIN_D7 9
19#define DVP_20PIN_D6 10
20#define DVP_20PIN_D5 11
21#define DVP_20PIN_D4 12
22#define DVP_20PIN_D3 13
23#define DVP_20PIN_D2 14
24#define DVP_20PIN_D1 15
25#define DVP_20PIN_D0 16
26#define DVP_20PIN_PEN 17
27#define DVP_20PIN_PDN 18
28#define DVP_20PIN_GPIO0 19
29#define DVP_20PIN_GPIO1 20
32#endif /* INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_DVP_20PIN_CONNECTOR_H_ */