Регистры Allwinner H616

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


THS_SHUT_INTC
3.10.5. THS Shut Interrupt Control Register - адрес: 0x5070414 (смещение: 0x0014)

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



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

  Unused

Bits 31 : 4

  SHUT_INT3_EN

Bit 3
R/W
0x0

Selects shutdown interrupt for sensor3
0:Disable
1:Enable


  SHUT_INT2_EN

Bit 2
R/W
0x0

Selects shutdown interrupt for sensor2
0:Disable
1:Enable


  SHUT_INT1_EN

Bit 1
R/W
0x0

Selects shutdown interrupt for sensor1
0:Disable
1:Enable


  SHUT_INT0_EN

Bit 0
R/W
0x0

Selects shutdown interrupt for sensor0
0:Disable
1:Enable



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

md 5070414 1



Bit fields structure

typedef union  ths_shut_intc
{
  struct
  {
   unsigned shut_int0_en : 1;
   unsigned shut_int1_en : 1;
   unsigned shut_int2_en : 1;
   unsigned shut_int3_en : 1;
   unsigned unused0 : 28;
  } b;
   unsigned long w;
} THS_SHUT_INTC
   

Allwinner H616 Manual