Регистры Allwinner H616

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


C0_CTRL_REG2
3.2.4. Cluster 0 Control Register2 - адрес: 0x9010018 0x8100018 (смещение: 0x0018)

Конфигурация CPUX: список регистров



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

  Unused

Bits 31 : 25

  EVENTI

Bit 24
R/W
0x0

Event input for processor wake-up from WFE state. This bit must remain high
for at least one clock cycle to be visible by the cores.


  EXM_CLR

Bits 23 : 20
R/W
0x0

Clear the status of interface.


  Unused

Bits 19 : 0


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

md 9010018 1
md 8100018 1



Bit fields structure

typedef union  c0_ctrl_reg2
{
  struct
  {
   unsigned unused0 : 20;
   unsigned exm_clr : 4;
   unsigned eventi : 1;
   unsigned unused1 : 7;
  } b;
   unsigned long w;
} C0_CTRL_REG2
   

Allwinner H616 Manual