Регистры Allwinner H616

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


TSF_OISR
9.10.5. TSF Overlap Interrupt Status Register - адрес: 0x506f01c 0x506f05c 0x506f11c 0x506f19c (смещение: TSF + 0x1C)

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



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

  OLPIS

Bits 31 : 0
R/W1C
0x0

Overlap Interrupt Status
Overlap interrupt Status bits for channel 0~31.
Set by hardware, and can be cleared by software writing 1 .
When both these bits and the corresponding Overlap Interrupt Enable bits set, the TSF interrupt will generate.



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

md 506f01c 1
md 506f05c 1
md 506f11c 1
md 506f19c 1



Bit fields structure

typedef union  tsf_oisr
{
  struct
  {
   unsigned olpis : 32;
  } b;
   unsigned long w;
} TSF_OISR
   

Allwinner H616 Manual