mbgtools-lx  4.2.8
MBG_GPIO_VIDEO_OUT_SETTINGS Struct Reference

Configuration of a GPIO as video output module. More...

#include <gpsdefs.h>

Data Fields

uint32_t format
 video format, see MBG_GPIO_VIDEO_FORMATS More...
 
uint32_t flags
 flags, see MBG_GPIO_VIDEO_OUT_FLAG_MASKS More...
 
int32_t phase_offset
 Phase offset in [ns]. More...
 
uint8_t epoch
 epoch, see MBG_GPIO_VIDEO_EPOCHS More...
 
uint8_t tc_mode
 time code mode, see MBG_GPIO_VIDEO_TC_MODES More...
 
uint8_t tc_line0
 first time code line location, valid lines: 6-22 More...
 
uint8_t tc_line1
 second time code line location, valid lines: 6-22 More...
 
uint32_t reserved0
 reserved, currently always 0 More...
 
uint32_t reserved1
 reserved, currently always 0 More...
 

Detailed Description

Configuration of a GPIO as video output module.

Used as sub-structure of MBG_GPIO_SETTINGS.

See also
MBG_GPIO_TYPE_VIDEO_OUT
MBG_GPIO_SETTINGS

Definition at line 8533 of file gpsdefs.h.

Field Documentation

◆ epoch

uint8_t MBG_GPIO_VIDEO_OUT_SETTINGS::epoch

epoch, see MBG_GPIO_VIDEO_EPOCHS

Definition at line 8538 of file gpsdefs.h.

◆ flags

uint32_t MBG_GPIO_VIDEO_OUT_SETTINGS::flags

flags, see MBG_GPIO_VIDEO_OUT_FLAG_MASKS

Definition at line 8536 of file gpsdefs.h.

◆ format

uint32_t MBG_GPIO_VIDEO_OUT_SETTINGS::format

video format, see MBG_GPIO_VIDEO_FORMATS

Definition at line 8535 of file gpsdefs.h.

◆ phase_offset

int32_t MBG_GPIO_VIDEO_OUT_SETTINGS::phase_offset

Phase offset in [ns].

Definition at line 8537 of file gpsdefs.h.

◆ reserved0

uint32_t MBG_GPIO_VIDEO_OUT_SETTINGS::reserved0

reserved, currently always 0

Definition at line 8544 of file gpsdefs.h.

◆ reserved1

uint32_t MBG_GPIO_VIDEO_OUT_SETTINGS::reserved1

reserved, currently always 0

Definition at line 8545 of file gpsdefs.h.

◆ tc_line0

uint8_t MBG_GPIO_VIDEO_OUT_SETTINGS::tc_line0

first time code line location, valid lines: 6-22

Definition at line 8541 of file gpsdefs.h.

◆ tc_line1

uint8_t MBG_GPIO_VIDEO_OUT_SETTINGS::tc_line1

second time code line location, valid lines: 6-22

Definition at line 8542 of file gpsdefs.h.

◆ tc_mode

uint8_t MBG_GPIO_VIDEO_OUT_SETTINGS::tc_mode

time code mode, see MBG_GPIO_VIDEO_TC_MODES

Definition at line 8540 of file gpsdefs.h.


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