Регистры Allwinner H616

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


CFLR
9.9.5. Capture Fall Lock Regi - адрес: 0x6000014300c014 (смещение: 0x0060+0x0014+N*0x0020(N=1~4))

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



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

  Unused

Bits 31 : 16

  CAPTURE_FALL_LOCK

Bits 15 : 0
R
0x0

When the capturing channel captures the falling edge, the current value of the 16-bit up-counter is latched to the register.



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

md 6000014300c014 1



Bit fields structure

typedef union  cflr
{
  struct
  {
   unsigned capture_fall_lock : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} CFLR
   

Allwinner H616 Manual