Регистры Allwinner H616

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


THS_EN
3.10.5. THS Enable Register - адрес: 0x5070404 (смещение: 0x0004)

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



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

  Unused

Bits 31 : 4

  THS3_EN

Bit 3
R/W
0x0

Enable temperature measurement sensor3
0:Disable
1:Enable


  THS2_EN

Bit 2
R/W
0x0

Enable temperature measurement sensor2
0:Disable
1:Enable


  THS1_EN

Bit 1
R/W
0x0

Enable temperature measurement sensor1
0:Disable
1:Enable


  THS0_EN

Bit 0
R/W
0x0

Enable temperature measurement sensor0
0:Disable
1:Enable



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

md 5070404 1



Bit fields structure

typedef union  ths_en
{
  struct
  {
   unsigned ths0_en : 1;
   unsigned ths1_en : 1;
   unsigned ths2_en : 1;
   unsigned ths3_en : 1;
   unsigned unused0 : 28;
  } b;
   unsigned long w;
} THS_EN
   

Allwinner H616 Manual