Регистры Allwinner H616

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


OWA_TX_CNT
8.3.4. OWA TX Counter Register - адрес: 0x5093024 (смещение: 0x0024)

Контроллер последовательной аудио-шины: список регистров



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

  TX_CNT

Bits 31 : 0
R/W
0x0

TX Sample Counter
This is the audio sample number that sent 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 updated by the initial value,
the counter register should count on base of this initial value.



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

md 5093024 1



Bit fields structure

typedef union  owa_tx_cnt
{
  struct
  {
   unsigned tx_cnt : 32;
  } b;
   unsigned long w;
} OWA_TX_CNT
   

Allwinner H616 Manual