class HdmiEncoderHorizontalSyncEnd
Defined at line 961 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
ENCP_VIDEO_HSO_END (Digital Hsync out end point)
S912 Datasheet, Section 27.5 "CVBS and LCD", page 391.
Public Members
field_RsvdZ_971
field_pixels_plus_one_978
Public Methods
hwreg::RegisterAddr<HdmiEncoderHorizontalSyncEnd> Get ()
Defined at line 964 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
typename SelfType::ValueType pixels_plus_one ()
One (1) plus the end point (inclusive) of the horizontal sync signal for
each line, in pixels.
It's preferred to use `pixels()` and `set_pixels()` helper methods to
get / set its value.
Defined at line 978 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
SelfType & set_pixels_plus_one (typename SelfType::ValueType val)
One (1) plus the end point (inclusive) of the horizontal sync signal for
each line, in pixels.
It's preferred to use `pixels()` and `set_pixels()` helper methods to
get / set its value.
Defined at line 978 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
int pixels ()
Defined at line 980 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
HdmiEncoderHorizontalSyncEnd & set_pixels (int pixels)
`pixels` must be within [0, 2^13 - 1].
Defined at line 983 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h