Регистры Allwinner H616

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


TV_PIXELDEPTH_MODE_REG
7.1.5. TV Pixel-depth Mode Re - адрес: 0x6515340 0x6516340 (смещение: 0x0340)

Контроллер синхронизации: список регистров



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

  Unused

Bits 31 : 1

  COL_PIX_DEPT_MODE

Bit 0
R/W
0x0

Colorbar Pixel depth mode
( The bit is valid only when Colorbar output )


0: 8-bit mode
1: 10-bit mode

When data source is colorbar, the 8-bit mode of colorbar pattern is transferred
When data source is colorbar, the 10-bit mode of colorbar pattern is transferred.



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

md 6515340 1
md 6516340 1



Bit fields structure

typedef union  tv_pixeldepth_mode_reg
{
  struct
  {
   unsigned col_pix_dept_mode : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} TV_PIXELDEPTH_MODE_REG
   

Allwinner H616 Manual