|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Video control structure. More...
#include <video-controls.h>
Data Fields | ||
| uint32_t | id | |
| control id | ||
| union { | ||
| int32_t val | ||
| int64_t val64 | ||
| }; | ||
| control value | ||
Video control structure.
Used to get/set a video control.
| union { ... } video_control |
control value
| uint32_t video_control::id |
control id
| int32_t video_control::val |
| int64_t video_control::val64 |