![SCT Scout SC4415 Скачать руководство пользователя страница 33](http://html.mh-extra.com/html/sct/scout-sc4415/scout-sc4415_user-manual_1220014033.webp)
Document# SCT-UM026FVC
Page 33 of 46
Confidential
Synopsis
rw <SA> <ADDR> <DATA>
Description Perform an RFFE Register Write operation
Detail
Register Write:
<SA> Slave Address:
Address of the RFFE Slave device to communicate with.
Range = 0-15
<ADDR> Register Address:
Address of the register to write.
Range = 0x00-0x1F
<DATA> Write Data:
Data to write to the register specified.
Range = 0x00 – 0xFF
5.2.8
erw
Name
erw
Queue Yes
Synopsis
erw <SA> <BC> <ADDR> <DATA1> … [<DATAn>]
Description Perform an RFFE Extended Register Write operation
Detail
Extended Register Write:
<SA> Slave Address:
Address of the RFFE Slave device to communicate with.
Range = 0-15
<BC> Byte Count:
Number of registers to write (zero indexed).
Range = 0-15, where 0 indicates 1 byte
<ADDR> Register Address:
Address of the register to write.
Range = 0x00-0xFF
<DATAn> Write Data:
Data to write to the register specified. The number of data bytes must match the Byte
Count specified.
Range = 0x00 – 0xFF
5.2.9
ewl
Name
ewl
Queue Yes
Synopsis
ewl <SA> <BC> <ADDR_H> <ADDR_L> <DATA1> … [<DATAn>]
Description Perform an RFFE Extended Register Write Long operation
Detail
Extended Register Write Long:
<SA> Slave Address:
Address of the RFFE Slave device to communicate with.
Range = 0-15
<BC> Byte Count:
Number of registers to write (zero indexed).
Range = 0-7, where 0 indicates 1 byte
<ADDR_H> Register Address, high byte:
High Address byte of the register to read
Range = 0x00-0xFF
<ADDR_L> Register Address, low byte:
Low Address byte of the register to read
Range = 0x00-0xFF
<DATAn> Write Data:
Data to write to the register specified. The number of data bytes must match the Byte
Count specified.
Range = 0x00 – 0xFF