Регистры Allwinner H616

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


TSC_INT_STATUS
9.9.5. TSC Interrupt Status Register - адрес: 0x3016030 (смещение: TSC+0x30)

Контроллер ШИМ: список регистров



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

  Unused

Bits 31 : 17

  TSG_INTERRUPT_GLOBAL_STATUS

Bit 16
R
0x0

When all TSG interrupt status bits are cleared ,this bit will be cleared by hardware.


  Unused

Bits 15 : 1

  TSF0_INTERRUPT_GLOBAL_STATUS

Bit 0
R
0x0

When all TSF0 interrupt status bits are cleared ,this bit will be cleared by hardware.



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

md 3016030 1



Bit fields structure

typedef union  tsc_int_status
{
  struct
  {
   unsigned tsf0_interrupt_global_status : 1;
   unsigned unused0 : 15;
   unsigned tsg_interrupt_global_status : 1;
   unsigned unused1 : 15;
  } b;
   unsigned long w;
} TSC_INT_STATUS
   

Allwinner H616 Manual