Регистры Allwinner H616

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


WDOG_CTRL_REG
3.6.5. Watchdog Control Register - адрес: 0x30090b0 (смещение: 0x00B0)

Таймер: список регистров



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

  Unused

Bits 31 : 13

  WDOG_KEY_FIELD

Bits 12 : 1
R/W
0x0

Watchdog Key Field
It should be written to 0xA57. Writing any other value in this field aborts the
write operation.


  WDOG_RESTART

Bit 0
R/W1S
0x0

Watchdog Restart
0: No effect
1: Restart the Watchdog



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

md 30090b0 1



Bit fields structure

typedef union  wdog_ctrl_reg
{
  struct
  {
   unsigned wdog_restart : 1;
   unsigned wdog_key_field : 12;
   unsigned unused0 : 19;
  } b;
   unsigned long w;
} WDOG_CTRL_REG
   

Allwinner H616 Manual