1MSTREG,(1)                       User Commands                      MSTREG,(1)
2
3
4

NAME

6       mstreg,  -  manual  page  for  mstreg, mstflint 4.14.0, built on Mar  3
7       2020, 14:03:18. Git SHA Hash: N/A
8

DESCRIPTION

10              NAME:
11
12              mstreg
13
14              SYNOPSIS:
15
16              mstreg [OPTIONS]
17
18              DESCRIPTION:
19
20              Exposes supported access registers, and allows users  to  obtain
21              information  regarding  the registers fields and attributes, and
22              to set and get data with specific register.
23
24              OPTIONS:
25
26       -h |--help
27              : Display help message.
28
29       -v |--version
30              : Display version info.
31
32       -d |--device
33              <device>               : Perform operation for a  specified  mst
34              device.
35
36       -a |--adb_file
37              <adb_file>             : An external ADB file
38
39       --reg_name
40              <reg_name>             : Known access register name
41
42       --reg_id
43              <reg_ID>               : Access register ID
44
45       --reg_len
46              <reg_length>           : Access register layout length (bytes)
47
48       -i |--indexes
49              <idxs_vals>            : Register indexes
50
51       -g |--get
52              : Register access GET
53
54       -s |--set
55              <reg_dataStr>          : Register access SET
56
57       --show_reg
58              <reg_name>              : Print the fields of a given reg access
59              (must have reg_name)
60
61       --show_regs
62              : Print all available reg access'
63
64       --yes  : Non-interactive mode, answer yes to all questions
65
66              Examples:
67
68       Show all available access register
69              : mstreg -d <device> --show_regs
70
71       Show all fields of register PAOS
72              : mstreg -d <device> --show_reg PAOS
73
74              GET PAOS with indexes: local port 0x1 and swid 0x5:
75
76              mstreg   -d   <device>   --get   --reg_name    PAOS    --indexes
77              "local_port=0x1,swid=0x5"
78
79              SET  PAOS with indexes: local port 0x1 and swid 0x5, and data: e
80              0x0:
81
82              mstreg -d  <device>  --set  "e=0x0"  --reg_name  PAOS  --indexes
83              "local_port=0x1,swid=0x5"
84

SEE ALSO

86       The  full  documentation for mstreg, is maintained as a Texinfo manual.
87       If the info and mstreg, programs are properly installed at  your  site,
88       the command
89
90              info mstreg,
91
92       should give you access to the complete manual.
93
94
95
96mstreg, mstflint 4.14.0, built on MMaarrch322002200, 14:03:18. Git SHA HashM:STNR/EAG,(1)
Impressum