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
video_ctrl_range Struct Reference

#include <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
 

Field Documentation

◆ [union]

union { ... } video_ctrl_range

control minimum value, inclusive

◆ [union]

union { ... } video_ctrl_range

control maximum value, inclusive

◆ [union]

union { ... } video_ctrl_range

control value step

◆ [union]

union { ... } video_ctrl_range

control default value for VIDEO_CTRL_TYPE_INTEGER, _BOOLEAN, _MENU or _INTEGER_MENU, not valid for other types

◆ def

int32_t video_ctrl_range::def

◆ def64

int64_t video_ctrl_range::def64

◆ max

int32_t video_ctrl_range::max

◆ max64

int64_t video_ctrl_range::max64

◆ min

int32_t video_ctrl_range::min

◆ min64

int64_t video_ctrl_range::min64

◆ step

int32_t video_ctrl_range::step

◆ step64

int64_t video_ctrl_range::step64

The documentation for this struct was generated from the following file: