Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
arducam_mega.h
Go to the documentation of this file.
1
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_CAMERA_ARDUCAM_MEGA_H_
14#define ZEPHYR_INCLUDE_DRIVERS_CAMERA_ARDUCAM_MEGA_H_
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
21#define VIDEO_CID_ARDUCAM_RESET (VIDEO_CID_PRIVATE_BASE + 1)
22
24#define VIDEO_CID_ARDUCAM_LOWPOWER (VIDEO_CID_PRIVATE_BASE + 2)
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* ZEPHYR_INCLUDE_DRIVERS_CAMERA_ARDUCAM_MEGA_H_ */