update 20180727
This commit is contained in:
+19
-18
@@ -18,26 +18,27 @@
|
||||
0x42 & polyFit.T & float arr & 12 & rw\\
|
||||
\hline
|
||||
0x4e & sampleTicks & byte & 1 & rw\\
|
||||
0x4f & V\_out & float & 4 & rw\\
|
||||
\hline
|
||||
0x4f & TEMP\_SENSOR & float & 4 & r\\
|
||||
0x53 & EXT\_AIN & float & 4 & r\\
|
||||
0x57 & MONITOR\_48V & float & 4 & r\\
|
||||
0x5b & MONITOR\_48I & float & 4 & r\\
|
||||
0x5f & MONITOR\_8VBUS & float & 4 & r\\
|
||||
0x63 & MONITOR\_8IBUS & float & 4 & r\\
|
||||
0x67 & MONITOR\_8V\_0 & float & 4 & r\\
|
||||
0x6b & MONITOR\_8V\_1 & float & 4 & r\\
|
||||
0x6f & MONITOR\_8V\_2 & float & 4 & r\\
|
||||
0x73 & MONITOR\_8V\_3 & float & 4 & r\\
|
||||
0x77 & VDD\_1V8\_ANA & float & 4 & r\\
|
||||
0x7b & VDD\_1V8\_IOUT\_ANA & float & 4 & r\\
|
||||
0x7f & VDD\_1V8\_DIGI & float & 4 & r\\
|
||||
0x83 & VDD\_1V8\_IOUT\_DIGI & float & 4 & r\\
|
||||
0x53 & TEMP\_SENSOR & float & 4 & r\\
|
||||
0x57 & EXT\_AIN & float & 4 & r\\
|
||||
0x5b & MONITOR\_48V & float & 4 & r\\
|
||||
0x5f & MONITOR\_48I & float & 4 & r\\
|
||||
0x63 & MONITOR\_8VBUS & float & 4 & r\\
|
||||
0x67 & MONITOR\_8IBUS & float & 4 & r\\
|
||||
0x6b & MONITOR\_8V\_0 & float & 4 & r\\
|
||||
0x6f & MONITOR\_8V\_1 & float & 4 & r\\
|
||||
0x73 & MONITOR\_8V\_2 & float & 4 & r\\
|
||||
0x77 & MONITOR\_8V\_3 & float & 4 & r\\
|
||||
0x7b & VDD\_1V8\_ANA & float & 4 & r\\
|
||||
0x7f & VDD\_1V8\_IOUT\_ANA & float & 4 & r\\
|
||||
0x83 & VDD\_1V8\_DIGI & float & 4 & r\\
|
||||
0x87 & VDD\_1V8\_IOUT\_DIGI & float & 4 & r\\
|
||||
\hline
|
||||
0x87 & CommitHash & float & 4 & s\\
|
||||
0x8b & CommitDirtyFlag & byte & 1 & s\\
|
||||
0x8c & STM32UUID & 96bit & 12 & s\\
|
||||
0x8b & CommitHash & float & 4 & s\\
|
||||
0x8f & CommitDirtyFlag & byte & 1 & s\\
|
||||
0x90 & STM32UUID & 96bit & 12 & s\\
|
||||
\end{tabular}
|
||||
\caption{memory mapping of the packed struct moved over i2c}
|
||||
\caption{memory mapping of the packed struct moved over i2c, \mintinline{cpp}{addr} is the address to use, \mintinline{cpp}{type} is the c++ type, \mintinline{cpp}{size} is in bytes and \mintinline{cpp}{perm} denotes read-writability. writability}
|
||||
\label{registerbuffer}
|
||||
\end{figure}
|
||||
|
||||
Reference in New Issue
Block a user