Регистры Allwinner H616

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


SPI_MBC
9.3.5. SPI Burst Counter Register - адрес: 0x5010030 0x5011030 (смещение: 0x0030)

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



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

  Unused

Bits 31 : 24

  MBC

Bits 23 : 0
R/W
0x0

Master Burst Counter
In master mode, this field specifies the total burst number.
0: 0 burst
1: 1 burst
***
N: N bursts
Cannot be written when XCH=1.
Note: Total transfer data, includes the TXD, RXD and dummy burst.



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

md 5010030 1
md 5011030 1



Bit fields structure

typedef union  spi_mbc
{
  struct
  {
   unsigned mbc : 24;
   unsigned unused0 : 8;
  } b;
   unsigned long w;
} SPI_MBC
   

Allwinner H616 Manual