Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


TVE_020_REG
7.2.5. TV Encoder Level Register - адрес: 0x6520020 0x6524020 (смещение: 0x0020)

ТВ-кодер: список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  Unused

Bits 31 : 26

  BLANK_LEVEL

Bits 25 : 16
R/W
0xf0

Specify the blank level setting for active lines. This is 10 bits unsigned integer.
Allowed range is from 0 to 1023.


  Unused

Bits 15 : 10

  BLACK_LEVEL

Bits 9 : 0
R/W
0x11a

Specify the black level setting. This is 10 bits unsigned integer.
Allowed range is from 240 to 1023.



Команда U-Boot для чтения регистра

md 6520020 1
md 6524020 1



Bit fields structure

typedef union  tve_020_reg
{
  struct
  {
   unsigned black_level : 10;
   unsigned unused0 : 6;
   unsigned blank_level : 10;
   unsigned unused1 : 6;
  } b;
   unsigned long w;
} TVE_020_REG
   

Allwinner H616 Manual