class VideoInputCommandStatus0
Defined at line 165 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
VDIN0_COM_STATUS0, VDIN1_COM_STATUS0
This register is read-only.
A311D Datasheet, Section 10.2.3.42 VDIN, Pages 1087, 1109
S905D2 Datasheet, Section 7.2.3.41 VDIN, Pages 778, 802
S905D3 Datasheet, Section 8.2.3.41 VDIN, Pages 714, 737
Public Members
field_direct_write_done_195
field_noise_reduced_write_done_202
field_current_field_210
Public Methods
hwreg::RegisterAddr<VideoInputCommandStatus0> Get (VideoInputModuleId video_input)
Defined at line 167 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
typename SelfType::ValueType direct_write_done ()
Indicates that the write of raw pixels from input source to RAM is done.
Cleared by `clear_direct_write_done` bit in the `VideoInputWriteControl`
register.
Defined at line 195 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
SelfType & set_direct_write_done (typename SelfType::ValueType val)
Indicates that the write of raw pixels from input source to RAM is done.
Cleared by `clear_direct_write_done` bit in the `VideoInputWriteControl`
register.
Defined at line 195 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
typename SelfType::ValueType noise_reduced_write_done ()
Indicates that the write of noise-reduced (NR) pixels from input source to
RAM is done.
Cleared by `clear_noise_reduced_write_done` bit in the
`VideoInputWriteControl` register.
Defined at line 202 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
SelfType & set_noise_reduced_write_done (typename SelfType::ValueType val)
Indicates that the write of noise-reduced (NR) pixels from input source to
RAM is done.
Cleared by `clear_noise_reduced_write_done` bit in the
`VideoInputWriteControl` register.
Defined at line 202 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
typename SelfType::ValueType current_field ()
Current field for interlaced input.
For interlaced inputs, 0 means top field, 1 means bottom field.
This is not documented in Amlogic datasheets but appears in drivers.
Unused for progressive inputs.
Defined at line 210 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h
template <, >
SelfType & set_current_field (typename SelfType::ValueType val)
Current field for interlaced input.
For interlaced inputs, 0 means top field, 1 means bottom field.
This is not documented in Amlogic datasheets but appears in drivers.
Unused for progressive inputs.
Defined at line 210 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h