Регистры Allwinner H616

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


SPI_TBR
9.3.5. SPI TX Bit Register - адрес: 0x5010048 0x5011048 (смещение: 0x0048)

Синхронный последовательный интерфейс: список регистров



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

  VTB

Bits 31 : 0
R/W
0x0

The Value of the Transmit Bits
This register is used to store the value of the transmitted serial data frame.
In the process of transmission, the LSB is transmitted first.

Note
This register is only valid when Work Mode Select==0x10/0x11.



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

md 5010048 1
md 5011048 1



Bit fields structure

typedef union  spi_tbr
{
  struct
  {
   unsigned vtb : 32;
  } b;
   unsigned long w;
} SPI_TBR
   

Allwinner H616 Manual