Регистры Allwinner H616

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


SPI_RBR
9.3.5. SPI RX Bit Register - адрес: 0x501004c 0x501104c (смещение: 0x004C)

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



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

  VRB

Bits 31 : 0
R/W
0x0

The Value of the Receive Bits
This register is used to store the value of the received 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 501004c 1
md 501104c 1



Bit fields structure

typedef union  spi_rbr
{
  struct
  {
   unsigned vrb : 32;
  } b;
   unsigned long w;
} SPI_RBR
   

Allwinner H616 Manual