Регистры Allwinner H616

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


PLL_VIDEO2_PAT1_CTRL_REG
3.3.4. PLL_VIDEO2 Pattern1 Control Register - адрес: 0x3001154 (смещение: 0x0154)

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



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

  HERSHEY_EN

Bit 31
R/W
0x0

0: triangular
1: hershey


  Unused

Bits 30 : 25

  DITHER_EN

Bit 24
R/W
0x0


  Unused

Bits 23 : 21

  FRAC_EN

Bit 20
R/W
0x0


  Unused

Bits 19 : 17

  FRAC_IN

Bits 16 : 0
R/W
0x0



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

md 3001154 1



Bit fields structure

typedef union  pll_video2_pat1_ctrl_reg
{
  struct
  {
   unsigned frac_in : 17;
   unsigned unused0 : 3;
   unsigned frac_en : 1;
   unsigned unused1 : 3;
   unsigned dither_en : 1;
   unsigned unused2 : 6;
   unsigned hershey_en : 1;
  } b;
   unsigned long w;
} PLL_VIDEO2_PAT1_CTRL_REG
   

Allwinner H616 Manual