Регистры Allwinner H616

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


PIER
9.9.5. PWM IRQ Enable Register - адрес: 0x300a000 (смещение: 0x0000)

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



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

  Unused

Bits 31 : 5

  PCIE4

Bit 4
R/W
0x0

PWM Channel 4 Interrupt Enable
0: PWM channel 4 interrupt disable
1: PWM channel 4 interrupt enable


  PCIE3

Bit 3
R/W
0x0

PWM Channel 3 Interrupt Enable
0: PWM channel 3 interrupt disable
1: PWM channel 3 interrupt enable


  PCIE2

Bit 2
R/W
0x0

PWM Channel 2 Interrupt Enable
0: PWM channel 2 interrupt disable
1: PWM channel 2 interrupt enable


  PCIE1

Bit 1
R/W
0x0

PWM Channel 1 Interrupt Enable
0: PWM channel 1 interrupt disable
1: PWM channel 1 interrupt enable


  Unused

Bit 0


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

md 300a000 1



Bit fields structure

typedef union  pier
{
  struct
  {
   unsigned unused0 : 1;
   unsigned pcie1 : 1;
   unsigned pcie2 : 1;
   unsigned pcie3 : 1;
   unsigned pcie4 : 1;
   unsigned unused1 : 27;
  } b;
   unsigned long w;
} PIER
   

Allwinner H616 Manual