Регистры Allwinner H616

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


DMIC_CNT
8.2.4. DMIC Counter Register - адрес: 0x509502c (смещение: 0x002C)

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



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

  DMIC_CNT

Bits 31 : 0
R/W
0x0

RX Sample Counter

The audio sample number of writing into RXFIFO. When one sample is written
by Digital Audio Engine, the RX sample counter register increases by one. The
RX sample counter register can be set to any initial valve at any time. After
been updated by the initial value, the counter register should count on base
of this initial value.
Note: It is used for Audio/ Video Synchronization.



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

md 509502c 1



Bit fields structure

typedef union  dmic_cnt
{
  struct
  {
   unsigned dmic_cnt : 32;
  } b;
   unsigned long w;
} DMIC_CNT
   

Allwinner H616 Manual