Регистры Allwinner H616

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


TX_DLY
9.2.5. UART TX Delay Regi - адрес: 0x50000cc 0x50004cc 0x50008cc 0x5000ccc 0x50010cc 0x50014cc (смещение: 0x00CC)

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



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

  Unused

Bits 31 : 8

  DLY

Bits 7 : 0
R/W
0x0

The delay time between the last stop bit and the next start bit. The unit is
16*Tclk. It is used to control the space between two bytes in TX.



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

md 50000cc 1
md 50004cc 1
md 50008cc 1
md 5000ccc 1
md 50010cc 1
md 50014cc 1



Bit fields structure

typedef union  tx_dly
{
  struct
  {
   unsigned dly : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} TX_DLY
   

Allwinner H616 Manual