class CanvasLutDataLow

Defined at line 53 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

DMC_CAV_LUT_DATAL

This register is typo-ed as DC_CAV_LUT_DATAL in the A311D datasheet

Public Members

 field_dmc_cav_width_56
 field_dmc_cav_addr_58

Public Methods

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

Bottom 3 bits of width in 8-byte units, 32-byte aligned.

Defined at line 56 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

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

Bottom 3 bits of width in 8-byte units, 32-byte aligned.

Defined at line 56 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

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

Starting physical address of data in 8-byte units, 32-byte aligned.

Defined at line 58 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

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

Starting physical address of data in 8-byte units, 32-byte aligned.

Defined at line 58 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

hwreg::RegisterAddr<CanvasLutDataLow> Get ()

Defined at line 60 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

void SetDmcCavWidth (uint32_t width)

Defined at line 62 of file ../../src/graphics/display/drivers/aml-canvas/dmc-regs.h

Records