class HdmiPllStatus

Defined at line 634 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

HHI_HDMI_PLL_STS - HDMI PLL Status Register.

A311D Datasheet, Section 8.7.6 "Register Descriptions", Page 181.

S905D2 Datasheet, Section 6.6.6 "Register Descriptions", Page 167.

S905D3 Datasheet, Section 6.7.6 "Register Descriptions", Page 152.

Public Members

 field_is_locked_639
 field_is_locked_a_642
 field_afc_done_645
 field_sdmnc_monitor_648
 field_out_reserved_651

Public Methods

hwreg::RegisterAddr<HdmiPllStatus> Get ()

Defined at line 636 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType is_locked ()

The same as the `is_locked` field in `HdmiPllControl0`.

Defined at line 639 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_is_locked (typename SelfType::ValueType val)

The same as the `is_locked` field in `HdmiPllControl0`.

Defined at line 639 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType is_locked_a ()

The same as the `is_locked_a` field in `HdmiPllControl0`.

Defined at line 642 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_is_locked_a (typename SelfType::ValueType val)

The same as the `is_locked_a` field in `HdmiPllControl0`.

Defined at line 642 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType afc_done ()

"AFC" possibly stands for "automatic frequency calibration".

Defined at line 645 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_afc_done (typename SelfType::ValueType val)

"AFC" possibly stands for "automatic frequency calibration".

Defined at line 645 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType sdmnc_monitor ()

"SDMNC" possibly stands for "Sigma-delta modulation noise cancellation".

Defined at line 648 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_sdmnc_monitor (typename SelfType::ValueType val)

"SDMNC" possibly stands for "Sigma-delta modulation noise cancellation".

Defined at line 648 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
typename SelfType::ValueType out_reserved ()

Known as "out_rsv" in the datasheet.

Defined at line 651 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

template <, >
SelfType & set_out_reserved (typename SelfType::ValueType val)

Known as "out_rsv" in the datasheet.

Defined at line 651 of file ../../src/graphics/display/drivers/amlogic-display/pll-regs.h

Records