Регистры Allwinner H616

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


TVE_0FC_REG
7.2.5. TV Encoder Auto Detect Configuration Register1 - адрес: 0x65200fc 0x65240fc (смещение: 0x00FC)

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



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

  Unused

Bit 31

  DETECT_PULSE_PERIODS

Bits 30 : 16
R/W
0x0

Use 32K clock


  Unused

Bit 15

  DETECT_PULSE_START

Bits 14 : 0
R/W
0x0

Detect signal start time



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

md 65200fc 1
md 65240fc 1



Bit fields structure

typedef union  tve_0fc_reg
{
  struct
  {
   unsigned detect_pulse_start : 15;
   unsigned unused0 : 1;
   unsigned detect_pulse_periods : 15;
   unsigned unused1 : 1;
  } b;
   unsigned long w;
} TVE_0FC_REG
   

Allwinner H616 Manual