Scroll to navigation

MSTREG(1) User Commands MSTREG(1)

NAME

mstreg - Expose supported access registers

DESCRIPTION

NAME:
mstreg
SYNOPSIS:
mstreg [OPTIONS]
DESCRIPTION:
Exposes supported access registers, and allows users to obtain information regarding the registers fields and attributes, and to set and get data with specific register.
OPTIONS:
: Display help message.
: Display version info.
<device> : Perform operation for a specified mst device.
<adb_file> : An external ADB file
<reg_name> : Known access register name
<reg_ID> : Access register ID
<reg_length> : Access register layout length (bytes)
<idxs_vals> : Register indexes
: Register access GET
<reg_dataStr> : Register access SET
<reg_name> : Print the fields of a given reg access (must have reg_name)
: Print all available reg access'
: Non-interactive mode, answer yes to all questions
Examples:
: mstreg -d <device> --show_regs
: mstreg -d <device> --show_reg PAOS
GET PAOS with indexes: local port 0x1 and swid 0x5:
mstreg -d <device> --get --reg_name PAOS --indexes "local_port=0x1,swid=0x5"
SET PAOS with indexes: local port 0x1 and swid 0x5, and data: e 0x0:
mstreg -d <device> --set "e=0x0" --reg_name PAOS --indexes "local_port=0x1,swid=0x5"

SEE ALSO

mstflint(1)

March 2020 mstflint