Регистры Allwinner H616

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


RS485_ADDR_MATCH
9.2.5. UART RS485 Address Match Register - адрес: 0x50000c4 0x50004c4 0x50008c4 0x5000cc4 0x50010c4 0x50014c4 (смещение: 0x00C4)

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



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

  Unused

Bits 31 : 8

  ADDR_MATCH

Bits 7 : 0
R/W
0x0

The matching address uses in AAD mode.
Note: It is only available for AAD.



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

md 50000c4 1
md 50004c4 1
md 50008c4 1
md 5000cc4 1
md 50010c4 1
md 50014c4 1



Bit fields structure

typedef union  rs485_addr_match
{
  struct
  {
   unsigned addr_match : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} RS485_ADDR_MATCH
   

Allwinner H616 Manual