Регистры Allwinner H616

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


CRLR
9.9.5. Capture Rise Lock Register - адрес: 0x6000010300c014 (смещение: 0x0060+0x0010+N*0x0020(N=1~4))

Контроллер ШИМ: список регистров



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

  Unused

Bits 31 : 16

  CAPTURE_RISE_LOCK

Bits 15 : 0
R
0x0

When capture channel captures rising edge, the 16-bit up-counter's current value is latched to this register.



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

md 6000010300c014 1



Bit fields structure

typedef union  crlr
{
  struct
  {
   unsigned capture_rise_lock : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} CRLR
   

Allwinner H616 Manual