Регистры Allwinner H616

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


PCNTR
9.9.5. PWM Count Register - адрес: 0x6000008300c014 (смещение: 0x0060+0x0008+N*0x0020(N=1~4))

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



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

  Unused

Bits 31 : 16

  PWM_COUNTER_STATUS

Bits 15 : 0
R
0x0

On PWM output or capture input, reading this register could get the current value of the PWM 16-bit up-counter.



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

md 6000008300c014 1



Bit fields structure

typedef union  pcntr
{
  struct
  {
   unsigned pwm_counter_status : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} PCNTR
   

Allwinner H616 Manual