Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
#include <zephyr/drivers/video-controls.h>
Data Fields | |
union { | |
int32_t min | |
int64_t min64 | |
}; | |
control minimum value, inclusive | |
union { | |
int32_t max | |
int64_t max64 | |
}; | |
control maximum value, inclusive | |
union { | |
int32_t step | |
int64_t step64 | |
}; | |
control value step | |
union { | |
int32_t def | |
int64_t def64 | |
}; | |
control default value for VIDEO_CTRL_TYPE_INTEGER, _BOOLEAN, _MENU or _INTEGER_MENU, not valid for other types |
union { ... } video_ctrl_range |
control default value for VIDEO_CTRL_TYPE_INTEGER, _BOOLEAN, _MENU or _INTEGER_MENU, not valid for other types
union { ... } video_ctrl_range |
control maximum value, inclusive
union { ... } video_ctrl_range |
control minimum value, inclusive
union { ... } video_ctrl_range |
control value step
int32_t video_ctrl_range::def |
int64_t video_ctrl_range::def64 |
int32_t video_ctrl_range::max |
int64_t video_ctrl_range::max64 |
int32_t video_ctrl_range::min |
int64_t video_ctrl_range::min64 |
int32_t video_ctrl_range::step |
int64_t video_ctrl_range::step64 |