Регистры Allwinner H616

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


THS_SHUT_INTS
3.10.5. THS Shut Interrupt Status Register - адрес: 0x5070424 (смещение: 0x0024)

Контроллер термодатчика: список регистров



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

  Unused

Bits 31 : 4

  SHUT_INT3_STS

Bit 3
R/W1C
0x0

Shutdown interrupt status for sensor3
Write 1 to clear this interrupt.


  SHUT_INT2_STS

Bit 2
R/W1C
0x0

Shutdown interrupt status for sensor2
Write 1 to clear this interrupt.


  SHUT_INT1_STS

Bit 1
R/W1C
0x0

Shutdown interrupt status for sensor1
Write 1 to clear this interrupt.


  SHUT_INT0_STS

Bit 0
R/W1C
0x0

Shutdown interrupt status for sensor0
Write 1 to clear this interrupt.



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

md 5070424 1



Bit fields structure

typedef union  ths_shut_ints
{
  struct
  {
   unsigned shut_int0_sts : 1;
   unsigned shut_int1_sts : 1;
   unsigned shut_int2_sts : 1;
   unsigned shut_int3_sts : 1;
   unsigned unused0 : 28;
  } b;
   unsigned long w;
} THS_SHUT_INTS
   

Allwinner H616 Manual