Регистры Allwinner H616

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


ALARM0_ENABLE_REG
3.13.5. Alarm 0 Enable Register - адрес: 0x7000028 (смещение: 0x0028)

Часы реального времени RTC: список регистров



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

  Unused

Bits 31 : 1

  ALM_0_EN

Bit 0
R/W
0x0

Alarm 0 Enable
If this bit is set to 1 , the valid bits of Alarm 0 Counter Register will down
count to zero, and the alarm pending bit will be set to 1 .
0: Disable
1: Enable



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

md 7000028 1



Bit fields structure

typedef union  alarm0_enable_reg
{
  struct
  {
   unsigned alm_0_en : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} ALARM0_ENABLE_REG
   

Allwinner H616 Manual