Регистры Allwinner H616

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


CIER
9.9.5. Capture IRQ Enable Register - адрес: 0x300a010 (смещение: 0x0010)

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



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

  Unused

Bits 31 : 10

  CFIE4

Bit 9
R/W
0x0

If the bit is set 1, when capturing channel 4 captures falling edge, it generates a capturing channel 4 pending.

0: Capture channel 4 fall lock interrupt disable
1: Capture channel 4 fall lock interrupt enable


  CRIE4

Bit 8
R/W
0x0

If the bit is set 1, when capturing channel 4 captures rising edge, it generates a capturing channel 4 pending.

0: Capturing channel 4 rise lock interrupt disable
1: Capturing channel 4 rise lock interrupt enable


  CFIE3

Bit 7
R/W
0x0

If the bit is set 1, when capturing channel 3 captures falling edge, it generates a capturing channel 3 pending.

0: Capturing channel 3 fall lock interrupt disable
1: Capturing channel 3 fall lock interrupt enable


  CRIE3

Bit 6
R/W
0x0

If the bit is set 1, when capturing channel 3 captures rising edge, it
generates a capturing channel 3 pending.
0: Capturing channel 3 rise lock interrupt disable
1: Capturing channel 3 rise lock interrupt enable


  CFIE2

Bit 5
R/W
0x0

If the bit is set 1, when capturing channel 2 captures falling edge, it generates a capturing channel 2 pending.

0: Capturing channel 2 fall lock interrupt disable
1: Capturing channel 2 fall lock interrupt enable


  CRIE2

Bit 4
R/W
0x0

If the bit is set 1, when capturing channel 2 captures rising edge, it generates a capturing channel 2 pending.

0: Capturing channel 2 rise lock interrupt disable
1: Capturing channel 2 rise lock interrupt enable


  CFIE1

Bit 3
R/W
0x0

If the bit is set 1, when capturing channel 1 captures falling edge, it generates a capturing channel 1 pending.

0: Capturing channel 1 fall lock interrupt disable
1: Capturing channel 1 fall lock interrupt enable


  CRIE1

Bit 2
R/W
0x0

If the bit is set 1, when capturing channel 1 captures rising edge, it generates a capturing channel 1 pending.

0: Capturing channel 1 rise lock interrupt disable
1: Capturing channel 1 rise lock interrupt enable


  Unused

Bits 1 : 0


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

md 300a010 1



Bit fields structure

typedef union  cier
{
  struct
  {
   unsigned unused0 : 2;
   unsigned crie1 : 1;
   unsigned cfie1 : 1;
   unsigned crie2 : 1;
   unsigned cfie2 : 1;
   unsigned crie3 : 1;
   unsigned cfie3 : 1;
   unsigned crie4 : 1;
   unsigned cfie4 : 1;
   unsigned unused1 : 22;
  } b;
   unsigned long w;
} CIER
   

Allwinner H616 Manual