Регистры Allwinner H616

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


UART_HSK
9.2.5. UART DMA Handshake Configuration Register - адрес: 0x5000088 0x5000488 0x5000888 0x5000c88 0x5001088 0x5001488 (смещение: 0x0088)

Универсальный асинхронный приемо-передатчик: список регистров



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

  Unused

Bits 31 : 8

  HANDSHAKE_CONF

Bits 7 : 0
R/W
0xE5

Handshake configuration
0xA5: DMA wait cycle mode
0xE5: DMA handshake mode



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

md 5000088 1
md 5000488 1
md 5000888 1
md 5000c88 1
md 5001088 1
md 5001488 1



Bit fields structure

typedef union  uart_hsk
{
  struct
  {
   unsigned handshake_conf : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} UART_HSK
   

Allwinner H616 Manual