Регистры Allwinner H616

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


THS_FILTER
3.10.5. THS Median Filter Control Register - адрес: 0x5070430 (смещение: 0x0030)

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



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

  Unused

Bits 31 : 3

  FILTER_EN

Bit 2
R/W
0x0

Filter Enable
0: Disable
1: Enable


  FILTER_TYPE

Bits 1 : 0
R/W
0x1

Average Filter Type
00: 2
01: 4
10: 8
11: 16



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

md 5070430 1



Bit fields structure

typedef union  ths_filter
{
  struct
  {
   unsigned filter_type : 2;
   unsigned filter_en : 1;
   unsigned unused0 : 29;
  } b;
   unsigned long w;
} THS_FILTER
   

Allwinner H616 Manual