Регистры Allwinner H616

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


APBIF_TXnFIFO_CNT
8.1.6. APBIF TXn FIFO Counter - адрес: 0x34509a002 (смещение: 0x0034+n*0x0030(n=0~2))

Аудио-концентратор: список регистров



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

  TXN_CNT

Bits 31 : 0
R/W
0x0

TX Sample Counter

The audio sample number of sending into TXFIFO. When one sample is
put into TXFIFO by DMA or by host IO, the TX sample counter register
increases by one. The TX sample counter register can be set to any
initial value at any time. After been updated by the initial value, the
counter register should counter on base of this initial value.



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

md 34509a002 1



Bit fields structure

typedef union  apbif_txnfifo_cnt
{
  struct
  {
   unsigned txn_cnt : 32;
  } b;
   unsigned long w;
} APBIF_TXnFIFO_CNT
   

Allwinner H616 Manual